#78542B

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

Shades of Hot Curry #78542B

Tints of Hot Curry #78542B

Color information

#78542B (or 0x78542B) is unknown color: approx Hot Curry. HEX triplet: 78, 54 and 2B. RGB value is (120,84,43). Sum of RGB (Red+Green+Blue) = 120+84+43=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78542B is #87ABD4. Grayscale: #5A5A5A. Windows color (decimal): -8891349 or 2839672. OLE color: 2839672.

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

Color convert

RGB1208443-
CMYK00.30.640.53
HSL31.95º47.24%31.96%-
HSV(B)31.95º64.17%47.06%-
XYZ11.3510.513.72-
YUV90.09101.43149.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=48.58%
G=34.01%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120844300.30.640.5331.9547.2431.96
Hex78542B01E4035202f20
Octal1701245303610065405740
Binary111100010101001010110111101000000110101100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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