#78542C

Color #78542C Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #78542C

Tints of Hot Curry #78542C

Color information

#78542C (or 0x78542C) is unknown color: approx Hot Curry. HEX triplet: 78, 54 and 2C. RGB value is (120,84,44). Sum of RGB (Red+Green+Blue) = 120+84+44=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78542C is #87ABD3. Grayscale: #5A5A5A. Windows color (decimal): -8891348 or 2905208. OLE color: 2905208.

HSL color Cylindrical-coordinate representation of color #78542C: hue angle of 31.58º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78542C is Cyan = 0, Magento = 0.3, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1208444-
CMYK00.30.630.53
HSL31.58º46.34%32.16%-
HSV(B)31.58º63.33%47.06%-
XYZ11.3710.523.81-
YUV90.2101.93149.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=48.39%
G=33.87%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120844400.30.630.5331.5846.3432.16
Hex78542C01E3F35202e20
Octal170124540367765405640
Binary11110001010100101100011110111111110101100000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78542C; }

 p { color: rgb(120,84,44); }

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

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

 a { background-color: rgb(120,84,44); }

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

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

 span { border-color: rgb(120,84,44); }

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