#774035

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

Shades of Crown Of Thorns #774035

Tints of Crown Of Thorns #774035

Color information

#774035 (or 0x774035) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 40 and 35. RGB value is (119,64,53). Sum of RGB (Red+Green+Blue) = 119+64+53=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774035 is #88BFCA. Grayscale: #4F4F4F. Windows color (decimal): -8961995 or 3489911. OLE color: 3489911.

HSL color Cylindrical-coordinate representation of color #774035: hue angle of 10º 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 #774035 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1196453-
CMYK00.460.550.53
HSL10º38.37%33.73%-
HSV(B)10º55.46%46.67%-
XYZ10.087.854.35-
YUV79.19113.22156.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=50.42%
G=27.12%
B=22.46%

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
Decimal119645300.460.550.531038.3733.73
Hex77403502E3735a2622
Octal167100650566765124642
Binary1110111100000011010101011101101111101011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774035; }

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

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

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

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

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

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

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

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