#785032

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

Shades of Korma #785032

Tints of Korma #785032

Color information

#785032 (or 0x785032) is unknown color: approx Korma. HEX triplet: 78, 50 and 32. RGB value is (120,80,50). Sum of RGB (Red+Green+Blue) = 120+80+50=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785032 is #87AFCD. Grayscale: #585858. Windows color (decimal): -8892366 or 3297400. OLE color: 3297400.

HSL color Cylindrical-coordinate representation of color #785032: hue angle of 25.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785032 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1208050-
CMYK00.330.580.53
HSL25.71º41.18%33.33%-
HSV(B)25.71º58.33%47.06%-
XYZ11.199.964.35-
YUV88.54106.25150.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 50 (19.92% from 255) = 20%
R=48%
G=32%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120805000.330.580.5325.7141.1833.33
Hex7850320213A351a2921
Octal170120620417265325141
Binary11110001010000110010010000111101011010111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785032; }

 p { color: rgb(120,80,50); }

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

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

 a { background-color: rgb(120,80,50); }

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

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

 span { border-color: rgb(120,80,50); }

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