#78512C

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

Shades of Korma #78512C

Tints of Korma #78512C

Color information

#78512C (or 0x78512C) is unknown color: approx Korma. HEX triplet: 78, 51 and 2C. RGB value is (120,81,44). Sum of RGB (Red+Green+Blue) = 120+81+44=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78512C is #87AED3. Grayscale: #585858. Windows color (decimal): -8892116 or 2904440. OLE color: 2904440.

HSL color Cylindrical-coordinate representation of color #78512C: hue angle of 29.21º 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 #78512C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1208144-
CMYK00.320.630.53
HSL29.21º46.34%32.16%-
HSV(B)29.21º63.33%47.06%-
XYZ11.1410.063.74-
YUV88.44102.92150.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=48.98%
G=33.06%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120814400.320.630.5329.2146.3432.16
Hex78512C0203F351d2e20
Octal170121540407765355640
Binary11110001010001101100010000011111111010111101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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