#77412F

Color #77412F Cumin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cumin #77412F

Tints of Cumin #77412F

Color information

#77412F (or 0x77412F) is unknown color: approx Cumin. HEX triplet: 77, 41 and 2F. RGB value is (119,65,47). Sum of RGB (Red+Green+Blue) = 119+65+47=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77412F is #88BED0. Grayscale: #4F4F4F. Windows color (decimal): -8961745 or 3096951. OLE color: 3096951.

HSL color Cylindrical-coordinate representation of color #77412F: hue angle of 15º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77412F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1196547-
CMYK00.450.610.53
HSL15º43.37%32.55%-
HSV(B)15º60.5%46.67%-
XYZ10.017.913.69-
YUV79.09109.89156.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=51.52%
G=28.14%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119654700.450.610.531543.3732.55
Hex77412F02D3D35f2b21
Octal167101570557565175341
Binary1110111100000110111101011011111011101011111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77412F; }

 p { color: rgb(119,65,47); }

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

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

 a { background-color: rgb(119,65,47); }

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

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

 span { border-color: rgb(119,65,47); }

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