#774130

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

Shades of Cumin #774130

Tints of Cumin #774130

Color information

#774130 (or 0x774130) is unknown color: approx Cumin. HEX triplet: 77, 41 and 30. RGB value is (119,65,48). Sum of RGB (Red+Green+Blue) = 119+65+48=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774130 is #88BECF. Grayscale: #4F4F4F. Windows color (decimal): -8961744 or 3162487. OLE color: 3162487.

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

Color convert

RGB1196548-
CMYK00.450.600.53
HSL14.37º42.51%32.75%-
HSV(B)14.37º59.66%46.67%-
XYZ10.037.923.8-
YUV79.21110.39156.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=51.29%
G=28.02%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119654800.450.600.5314.3742.5132.75
Hex77413002D3C35e2b21
Octal167101600557465165341
Binary1110111100000111000001011011111001101011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774130; }

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

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

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

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

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

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

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

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