#78442E

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

Shades of Cumin #78442E

Tints of Cumin #78442E

Color information

#78442E (or 0x78442E) is unknown color: approx Cumin. HEX triplet: 78, 44 and 2E. RGB value is (120,68,46). Sum of RGB (Red+Green+Blue) = 120+68+46=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78442E is #87BBD1. Grayscale: #515151. Windows color (decimal): -8895442 or 3032184. OLE color: 3032184.

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

Color convert

RGB1206846-
CMYK00.430.620.53
HSL17.84º44.58%32.55%-
HSV(B)17.84º61.67%47.06%-
XYZ10.318.323.65-
YUV81.04108.23155.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=51.28%
G=29.06%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120684600.430.620.5317.8444.5832.55
Hex78442E02B3E35122d21
Octal170104560537665225541
Binary11110001000100101110010101111111011010110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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