#78532D

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

Shades of Korma #78532D

Tints of Korma #78532D

Color information

#78532D (or 0x78532D) is unknown color: approx Korma. HEX triplet: 78, 53 and 2D. RGB value is (120,83,45). Sum of RGB (Red+Green+Blue) = 120+83+45=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78532D is #87ACD2. Grayscale: #595959. Windows color (decimal): -8891603 or 2970488. OLE color: 2970488.

HSL color Cylindrical-coordinate representation of color #78532D: hue angle of 30.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78532D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1208345-
CMYK00.310.630.53
HSL30.4º45.45%32.35%-
HSV(B)30.4º62.5%47.06%-
XYZ11.3110.373.89-
YUV89.73102.76149.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=48.39%
G=33.47%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120834500.310.630.5330.445.4532.35
Hex78532D01F3F351e2d20
Octal170123550377765365540
Binary1111000101001110110101111111111111010111110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78532D; }

 p { color: rgb(120,83,45); }

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

<style>
 a { background-color: #78532D; }

 a { background-color: rgb(120,83,45); }

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

<style>
 span { border-color: #78532D; }

 span { border-color: rgb(120,83,45); }

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