#815033

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

Shades of Korma #815033

Tints of Korma #815033

Color information

#815033 (or 0x815033) is unknown color: approx Korma. HEX triplet: 81, 50 and 33. RGB value is (129,80,51). Sum of RGB (Red+Green+Blue) = 129+80+51=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #815033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815033 is #7EAFCC. Grayscale: #5B5B5B. Windows color (decimal): -8302541 or 3362945. OLE color: 3362945.

HSL color Cylindrical-coordinate representation of color #815033: hue angle of 22.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815033 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1298051-
CMYK00.380.600.49
HSL22.31º43.33%35.29%-
HSV(B)22.31º60.47%50.59%-
XYZ12.5210.644.53-
YUV91.34105.23154.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=49.62%
G=30.77%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129805100.380.600.4922.3143.3335.29
Hex8150330263C31162b23
Octal201120630467461265343
Binary100000011010000110011010011011110011000110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815033; }

 p { color: rgb(129,80,51); }

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

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

 a { background-color: rgb(129,80,51); }

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

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

 span { border-color: rgb(129,80,51); }

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