#78522C

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

Shades of Korma #78522C

Tints of Korma #78522C

Color information

#78522C (or 0x78522C) is unknown color: approx Korma. HEX triplet: 78, 52 and 2C. RGB value is (120,82,44). Sum of RGB (Red+Green+Blue) = 120+82+44=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78522C is #87ADD3. Grayscale: #595959. Windows color (decimal): -8891860 or 2904696. OLE color: 2904696.

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

Color convert

RGB1208244-
CMYK00.320.630.53
HSL30º46.34%32.16%-
HSV(B)30º63.33%47.06%-
XYZ11.2210.213.76-
YUV89.03102.59150.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 17.89%
R=48.78%
G=33.33%
B=17.89%

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
Decimal120824400.320.630.533046.3432.16
Hex78522C0203F351e2e20
Octal170122540407765365640
Binary11110001010010101100010000011111111010111110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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