#733C37

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

Shades of Crown Of Thorns #733C37

Tints of Crown Of Thorns #733C37

Color information

#733C37 (or 0x733C37) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3C and 37. RGB value is (115,60,55). Sum of RGB (Red+Green+Blue) = 115+60+55=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #733C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C37 is #8CC3C8. Grayscale: #4B4B4B. Windows color (decimal): -9225161 or 3619955. OLE color: 3619955.

HSL color Cylindrical-coordinate representation of color #733C37: hue angle of 5º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #733C37 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1156055-
CMYK00.480.520.55
HSL35.29%33.33%-
HSV(B)52.17%45.1%-
XYZ9.387.154.5-
YUV75.87116.22155.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=50%
G=26.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115605500.480.520.55535.2933.33
Hex733C37030343752321
Octal1637467060646754341
Binary11100111111001101110110000110100110111101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733C37; }

 p { color: rgb(115,60,55); }

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

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

 a { background-color: rgb(115,60,55); }

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

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

 span { border-color: rgb(115,60,55); }

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