#815530

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

Shades of Korma #815530

Tints of Korma #815530

Color information

#815530 (or 0x815530) is unknown color: approx Korma. HEX triplet: 81, 55 and 30. RGB value is (129,85,48). Sum of RGB (Red+Green+Blue) = 129+85+48=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #815530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815530 is #7EAACF. Grayscale: #5E5E5E. Windows color (decimal): -8301264 or 3167617. OLE color: 3167617.

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

Color convert

RGB1298548-
CMYK00.340.630.49
HSL27.41º45.76%34.71%-
HSV(B)27.41º62.79%50.59%-
XYZ12.8411.384.32-
YUV93.94102.08153.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=49.24%
G=32.44%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129854800.340.630.4927.4145.7634.71
Hex8155300223F311b2e23
Octal201125600427761335643
Binary100000011010101110000010001011111111000111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815530; }

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

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

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

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

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

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

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

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