#815430

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

Shades of Korma #815430

Tints of Korma #815430

Color information

#815430 (or 0x815430) is unknown color: approx Korma. HEX triplet: 81, 54 and 30. RGB value is (129,84,48). Sum of RGB (Red+Green+Blue) = 129+84+48=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815430 is #7EABCF. Grayscale: #5D5D5D. Windows color (decimal): -8301520 or 3167361. OLE color: 3167361.

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

Color convert

RGB1298448-
CMYK00.350.630.49
HSL26.67º45.76%34.71%-
HSV(B)26.67º62.79%50.59%-
XYZ12.7611.224.29-
YUV93.35102.41153.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=49.43%
G=32.18%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129844800.350.630.4926.6745.7634.71
Hex8154300233F311b2e23
Octal201124600437761335643
Binary100000011010100110000010001111111111000111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815430; }

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

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

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

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

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

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

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

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