#824F32

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

Shades of Korma #824F32

Tints of Korma #824F32

Color information

#824F32 (or 0x824F32) is unknown color: approx Korma. HEX triplet: 82, 4F and 32. RGB value is (130,79,50). Sum of RGB (Red+Green+Blue) = 130+79+50=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F32 is #7DB0CD. Grayscale: #5B5B5B. Windows color (decimal): -8237262 or 3297154. OLE color: 3297154.

HSL color Cylindrical-coordinate representation of color #824F32: hue angle of 21.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #824F32 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1307950-
CMYK00.390.620.49
HSL21.75º44.44%35.29%-
HSV(B)21.75º61.54%50.98%-
XYZ12.5810.574.39-
YUV90.94104.9155.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=50.19%
G=30.50%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130795000.390.620.4921.7544.4435.29
Hex824F320273E31162c23
Octal202117620477661265443
Binary100000101001111110010010011111111011000110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F32; }

 p { color: rgb(130,79,50); }

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

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

 a { background-color: rgb(130,79,50); }

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

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

 span { border-color: rgb(130,79,50); }

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