#805025

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

Shades of Korma #805025

Tints of Korma #805025

Color information

#805025 (or 0x805025) is unknown color: approx Korma. HEX triplet: 80, 50 and 25. RGB value is (128,80,37). Sum of RGB (Red+Green+Blue) = 128+80+37=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805025 is #7FAFDA. Grayscale: #595959. Windows color (decimal): -8368091 or 2445440. OLE color: 2445440.

HSL color Cylindrical-coordinate representation of color #805025: hue angle of 28.35º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #805025 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB1288037-
CMYK00.380.710.50
HSL28.35º55.15%32.35%-
HSV(B)28.35º71.09%50.2%-
XYZ12.110.463.13-
YUV89.4598.4155.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=52.24%
G=32.65%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128803700.380.710.5028.3555.1532.35
Hex80502502647321c3720
Octal2001204504610762346740
Binary1000000010100001001010100110100011111001011100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805025; }

 p { color: rgb(128,80,37); }

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

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

 a { background-color: rgb(128,80,37); }

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

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

 span { border-color: rgb(128,80,37); }

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