#824F23

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

Shades of Korma #824F23

Tints of Korma #824F23

Color information

#824F23 (or 0x824F23) is unknown color: approx Korma. HEX triplet: 82, 4F and 23. RGB value is (130,79,35). Sum of RGB (Red+Green+Blue) = 130+79+35=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #824F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F23 is #7DB0DC. Grayscale: #595959. Windows color (decimal): -8237277 or 2314114. OLE color: 2314114.

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

Color convert

RGB1307935-
CMYK00.390.730.49
HSL27.79º57.58%32.35%-
HSV(B)27.79º73.08%50.98%-
XYZ12.3110.462.96-
YUV89.2397.4157.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 79 (31.25% from 255) = 32.38%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=53.28%
G=32.38%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130793500.390.730.4927.7957.5832.35
Hex824F2302749311c3a20
Octal2021174304711161347240
Binary1000001010011111000110100111100100111000111100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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