#815633

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

Shades of Korma #815633

Tints of Korma #815633

Color information

#815633 (or 0x815633) is unknown color: approx Korma. HEX triplet: 81, 56 and 33. RGB value is (129,86,51). Sum of RGB (Red+Green+Blue) = 129+86+51=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #815633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815633 is #7EA9CC. Grayscale: #5F5F5F. Windows color (decimal): -8301005 or 3364481. OLE color: 3364481.

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

Color convert

RGB1298651-
CMYK00.330.600.49
HSL26.92º43.33%35.29%-
HSV(B)26.92º60.47%50.59%-
XYZ12.9811.564.68-
YUV94.87103.25152.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=48.50%
G=32.33%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129865100.330.600.4926.9243.3335.29
Hex8156330213C311b2b23
Octal201126630417461335343
Binary100000011010110110011010000111110011000111011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815633; }

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

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

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

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

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

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

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

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