#784231

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

Shades of Cumin #784231

Tints of Cumin #784231

Color information

#784231 (or 0x784231) is unknown color: approx Cumin. HEX triplet: 78, 42 and 31. RGB value is (120,66,49). Sum of RGB (Red+Green+Blue) = 120+66+49=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #784231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784231 is #87BDCE. Grayscale: #505050. Windows color (decimal): -8895951 or 3228280. OLE color: 3228280.

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

Color convert

RGB1206649-
CMYK00.450.590.53
HSL14.37º42.01%33.14%-
HSV(B)14.37º59.17%47.06%-
XYZ10.258.113.93-
YUV80.21110.39156.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=51.06%
G=28.09%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120664900.450.590.5314.3742.0133.14
Hex78423102D3B35e2a21
Octal170102610557365165241
Binary1111000100001011000101011011110111101011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784231; }

 p { color: rgb(120,66,49); }

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

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

 a { background-color: rgb(120,66,49); }

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

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

 span { border-color: rgb(120,66,49); }

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