#815433

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

Shades of Korma #815433

Tints of Korma #815433

Color information

#815433 (or 0x815433) is unknown color: approx Korma. HEX triplet: 81, 54 and 33. RGB value is (129,84,51). Sum of RGB (Red+Green+Blue) = 129+84+51=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #815433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815433 is #7EABCC. Grayscale: #5D5D5D. Windows color (decimal): -8301517 or 3363969. OLE color: 3363969.

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

Color convert

RGB1298451-
CMYK00.350.600.49
HSL25.38º43.33%35.29%-
HSV(B)25.38º60.47%50.59%-
XYZ12.8211.254.63-
YUV93.69103.91153.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=48.86%
G=31.82%
B=19.32%

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
Decimal129845100.350.600.4925.3843.3335.29
Hex8154330233C31192b23
Octal201124630437461315343
Binary100000011010100110011010001111110011000111001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815433; }

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

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

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

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

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

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

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

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