#815833

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

Shades of Korma #815833

Tints of Korma #815833

Color information

#815833 (or 0x815833) is unknown color: approx Korma. HEX triplet: 81, 58 and 33. RGB value is (129,88,51). Sum of RGB (Red+Green+Blue) = 129+88+51=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #815833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815833 is #7EA7CC. Grayscale: #606060. Windows color (decimal): -8300493 or 3364993. OLE color: 3364993.

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

Color convert

RGB1298851-
CMYK00.320.600.49
HSL28.46º43.33%35.29%-
HSV(B)28.46º60.47%50.59%-
XYZ13.1411.894.73-
YUV96.04102.58151.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=48.13%
G=32.84%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129885100.320.600.4928.4643.3335.29
Hex8158330203C311c2b23
Octal201130630407461345343
Binary100000011011000110011010000011110011000111100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815833; }

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

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

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

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

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

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

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

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