#815030

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

Shades of Korma #815030

Tints of Korma #815030

Color information

#815030 (or 0x815030) is unknown color: approx Korma. HEX triplet: 81, 50 and 30. RGB value is (129,80,48). Sum of RGB (Red+Green+Blue) = 129+80+48=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #815030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815030 is #7EAFCF. Grayscale: #5B5B5B. Windows color (decimal): -8302544 or 3166337. OLE color: 3166337.

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

Color convert

RGB1298048-
CMYK00.380.630.49
HSL23.7º45.76%34.71%-
HSV(B)23.7º62.79%50.59%-
XYZ12.4610.624.19-
YUV91103.73155.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=50.19%
G=31.13%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129804800.380.630.4923.745.7634.71
Hex8150300263F31182e23
Octal201120600467761305643
Binary100000011010000110000010011011111111000111000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815030; }

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

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

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

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

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

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

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

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