#753733

Color #753733 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #753733

Tints of Crown Of Thorns #753733

Color information

#753733 (or 0x753733) is unknown color: approx Crown Of Thorns. HEX triplet: 75, 37 and 33. RGB value is (117,55,51). Sum of RGB (Red+Green+Blue) = 117+55+51=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #753733 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753733 is #8AC8CC. Grayscale: #494949. Windows color (decimal): -9095373 or 3356533. OLE color: 3356533.

HSL color Cylindrical-coordinate representation of color #753733: hue angle of 3.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753733 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1175551-
CMYK00.530.560.54
HSL3.64º39.29%32.94%-
HSV(B)3.64º56.41%45.88%-
XYZ9.36.753.95-
YUV73.08115.54159.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=52.47%
G=24.66%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117555100.530.560.543.6439.2932.94
Hex753733035383642721
Octal1656763065706644741
Binary11101011101111100110110101111000110110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753733; }

 p { color: rgb(117,55,51); }

 H1.HeaderClassName
 {
   color: #753733;
 }
 .AnyTagClassName
 {
   color: #753733;
 }
</style>
background-color css

<style>
 a { background-color: #753733; }

 a { background-color: rgb(117,55,51); }

 div.DivClassName
 {
   background-color: #753733;
 }
 .BgClassName
 {
   background-color: #753733;
 }
</style>
border-color css

<style>
 span { border-color: #753733; }

 span { border-color: rgb(117,55,51); }

 td.TdClassName
 {
   border-color: #753733;
 }
 .TagClassName
 {
   border-color: #753733;
 }
</style>