#78512E

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

Shades of Korma #78512E

Tints of Korma #78512E

Color information

#78512E (or 0x78512E) is unknown color: approx Korma. HEX triplet: 78, 51 and 2E. RGB value is (120,81,46). Sum of RGB (Red+Green+Blue) = 120+81+46=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #78512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78512E is #87AED1. Grayscale: #585858. Windows color (decimal): -8892114 or 3035512. OLE color: 3035512.

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

Color convert

RGB1208146-
CMYK00.320.620.53
HSL28.38º44.58%32.55%-
HSV(B)28.38º61.67%47.06%-
XYZ11.1810.083.94-
YUV88.67103.92150.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=48.58%
G=32.79%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120814600.320.620.5328.3844.5832.55
Hex78512E0203E351c2d21
Octal170121560407665345541
Binary11110001010001101110010000011111011010111100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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