#815334

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

Shades of Korma #815334

Tints of Korma #815334

Color information

#815334 (or 0x815334) is unknown color: approx Korma. HEX triplet: 81, 53 and 34. RGB value is (129,83,52). Sum of RGB (Red+Green+Blue) = 129+83+52=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #815334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815334 is #7EACCB. Grayscale: #5D5D5D. Windows color (decimal): -8301772 or 3429249. OLE color: 3429249.

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

Color convert

RGB1298352-
CMYK00.360.600.49
HSL24.16º42.54%35.49%-
HSV(B)24.16º59.69%50.59%-
XYZ12.7711.14.72-
YUV93.22104.74153.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=48.86%
G=31.44%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129835200.360.600.4924.1642.5435.49
Hex8153340243C31182b23
Octal201123640447461305343
Binary100000011010011110100010010011110011000111000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815334; }

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

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

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

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

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

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

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

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