#824528

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

Shades of Korma #824528

Tints of Korma #824528

Color information

#824528 (or 0x824528) is unknown color: approx Korma. HEX triplet: 82, 45 and 28. RGB value is (130,69,40). Sum of RGB (Red+Green+Blue) = 130+69+40=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #824528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824528 is #7DBAD7. Grayscale: #545454. Windows color (decimal): -8239832 or 2639234. OLE color: 2639234.

HSL color Cylindrical-coordinate representation of color #824528: hue angle of 19.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824528 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1306940-
CMYK00.470.690.49
HSL19.33º52.94%33.33%-
HSV(B)19.33º69.23%50.98%-
XYZ11.729.163.16-
YUV83.93103.21160.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=54.39%
G=28.87%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130694000.470.690.4919.3352.9433.33
Hex82452802F4531133521
Octal2021055005710561236541
Binary1000001010001011010000101111100010111000110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824528; }

 p { color: rgb(130,69,40); }

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

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

 a { background-color: rgb(130,69,40); }

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

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

 span { border-color: rgb(130,69,40); }

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