#78442F

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

Shades of Cumin #78442F

Tints of Cumin #78442F

Color information

#78442F (or 0x78442F) is unknown color: approx Cumin. HEX triplet: 78, 44 and 2F. RGB value is (120,68,47). Sum of RGB (Red+Green+Blue) = 120+68+47=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78442F is #87BBD0. Grayscale: #515151. Windows color (decimal): -8895441 or 3097720. OLE color: 3097720.

HSL color Cylindrical-coordinate representation of color #78442F: hue angle of 17.26º degrees, saturation: 0.44, 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 #78442F is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1206847-
CMYK00.430.610.53
HSL17.26º43.71%32.75%-
HSV(B)17.26º60.83%47.06%-
XYZ10.338.333.75-
YUV81.15108.73155.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 47 (18.75% from 255) = 20%
R=51.06%
G=28.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120684700.430.610.5317.2643.7132.75
Hex78442F02B3D35112c21
Octal170104570537565215441
Binary11110001000100101111010101111110111010110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,68,47); }

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

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

 a { background-color: rgb(120,68,47); }

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

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

 span { border-color: rgb(120,68,47); }

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