#774036

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

Shades of Crown Of Thorns #774036

Tints of Crown Of Thorns #774036

Color information

#774036 (or 0x774036) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 40 and 36. RGB value is (119,64,54). Sum of RGB (Red+Green+Blue) = 119+64+54=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774036 is #88BFC9. Grayscale: #4F4F4F. Windows color (decimal): -8961994 or 3555447. OLE color: 3555447.

HSL color Cylindrical-coordinate representation of color #774036: hue angle of 9.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774036 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1196454-
CMYK00.460.550.53
HSL9.23º37.57%33.92%-
HSV(B)9.23º54.62%46.67%-
XYZ10.117.864.47-
YUV79.31113.72156.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=50.21%
G=27.00%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119645400.460.550.539.2337.5733.92
Hex77403602E373592622
Octal167100660566765114642
Binary1110111100000011011001011101101111101011001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774036; }

 p { color: rgb(119,64,54); }

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

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

 a { background-color: rgb(119,64,54); }

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

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

 span { border-color: rgb(119,64,54); }

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