#815130

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

Shades of Korma #815130

Tints of Korma #815130

Color information

#815130 (or 0x815130) is unknown color: approx Korma. HEX triplet: 81, 51 and 30. RGB value is (129,81,48). Sum of RGB (Red+Green+Blue) = 129+81+48=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #815130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815130 is #7EAECF. Grayscale: #5B5B5B. Windows color (decimal): -8302288 or 3166593. OLE color: 3166593.

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

Color convert

RGB1298148-
CMYK00.370.630.49
HSL24.44º45.76%34.71%-
HSV(B)24.44º62.79%50.59%-
XYZ12.5310.774.21-
YUV91.59103.4154.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=50%
G=31.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129814800.370.630.4924.4445.7634.71
Hex8151300253F31182e23
Octal201121600457761305643
Binary100000011010001110000010010111111111000111000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815130; }

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

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

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

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

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

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

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

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