#815632

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

Shades of Korma #815632

Tints of Korma #815632

Color information

#815632 (or 0x815632) is unknown color: approx Korma. HEX triplet: 81, 56 and 32. RGB value is (129,86,50). Sum of RGB (Red+Green+Blue) = 129+86+50=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815632 is #7EA9CD. Grayscale: #5E5E5E. Windows color (decimal): -8301006 or 3298945. OLE color: 3298945.

HSL color Cylindrical-coordinate representation of color #815632: hue angle of 27.34º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815632 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1298650-
CMYK00.330.610.49
HSL27.34º44.13%35.1%-
HSV(B)27.34º61.24%50.59%-
XYZ12.9611.554.56-
YUV94.75102.75152.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=48.68%
G=32.45%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129865000.330.610.4927.3444.1335.1
Hex8156320213D311b2c23
Octal201126620417561335443
Binary100000011010110110010010000111110111000111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815632; }

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

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

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

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

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

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

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

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