#805023

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

Shades of Korma #805023

Tints of Korma #805023

Color information

#805023 (or 0x805023) is unknown color: approx Korma. HEX triplet: 80, 50 and 23. RGB value is (128,80,35). Sum of RGB (Red+Green+Blue) = 128+80+35=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #805023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805023 is #7FAFDC. Grayscale: #595959. Windows color (decimal): -8368093 or 2314368. OLE color: 2314368.

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

Color convert

RGB1288035-
CMYK00.380.730.50
HSL29.03º57.06%31.96%-
HSV(B)29.03º72.66%50.2%-
XYZ12.0710.452.97-
YUV89.2297.4155.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 80 (31.64% from 255) = 32.92%
BLUE value IS 35 (14.06% from 255) = 14.40%
R=52.67%
G=32.92%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128803500.380.730.5029.0357.0631.96
Hex80502302649321d3920
Octal2001204304611162357140
Binary1000000010100001000110100110100100111001011101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805023; }

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

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

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

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

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

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

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

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