#815533

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

Shades of Korma #815533

Tints of Korma #815533

Color information

#815533 (or 0x815533) is unknown color: approx Korma. HEX triplet: 81, 55 and 33. RGB value is (129,85,51). Sum of RGB (Red+Green+Blue) = 129+85+51=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815533 is #7EAACC. Grayscale: #5E5E5E. Windows color (decimal): -8301261 or 3364225. OLE color: 3364225.

HSL color Cylindrical-coordinate representation of color #815533: hue angle of 26.15º 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 #815533 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1298551-
CMYK00.340.600.49
HSL26.15º43.33%35.29%-
HSV(B)26.15º60.47%50.59%-
XYZ12.911.44.65-
YUV94.28103.58152.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=48.68%
G=32.08%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129855100.340.600.4926.1543.3335.29
Hex8155330223C311a2b23
Octal201125630427461325343
Binary100000011010101110011010001011110011000111010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815533; }

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

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

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

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

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

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

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

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