#824B29

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

Shades of Korma #824B29

Tints of Korma #824B29

Color information

#824B29 (or 0x824B29) is unknown color: approx Korma. HEX triplet: 82, 4B and 29. RGB value is (130,75,41). Sum of RGB (Red+Green+Blue) = 130+75+41=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #824B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B29 is #7DB4D6. Grayscale: #575757. Windows color (decimal): -8238295 or 2706306. OLE color: 2706306.

HSL color Cylindrical-coordinate representation of color #824B29: hue angle of 22.92º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824B29 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1307541-
CMYK00.420.680.49
HSL22.92º52.05%33.53%-
HSV(B)22.92º68.46%50.98%-
XYZ12.129.943.38-
YUV87.57101.72158.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 41 (16.41% from 255) = 16.67%
R=52.85%
G=30.49%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130754100.420.680.4922.9252.0533.53
Hex824B2902A4431173422
Octal2021135105210461276442
Binary1000001010010111010010101010100010011000110111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,41); }

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

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

 a { background-color: rgb(130,75,41); }

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

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

 span { border-color: rgb(130,75,41); }

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