#815434

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

Shades of Korma #815434

Tints of Korma #815434

Color information

#815434 (or 0x815434) is unknown color: approx Korma. HEX triplet: 81, 54 and 34. RGB value is (129,84,52). Sum of RGB (Red+Green+Blue) = 129+84+52=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #815434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815434 is #7EABCB. Grayscale: #5D5D5D. Windows color (decimal): -8301516 or 3429505. OLE color: 3429505.

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

Color convert

RGB1298452-
CMYK00.350.600.49
HSL24.94º42.54%35.49%-
HSV(B)24.94º59.69%50.59%-
XYZ12.8411.264.74-
YUV93.81104.41153.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=48.68%
G=31.70%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129845200.350.600.4924.9442.5435.49
Hex8154340233C31192b23
Octal201124640437461315343
Binary100000011010100110100010001111110011000111001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815434; }

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

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

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

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

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

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

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

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