#845024

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

Shades of Korma #845024

Tints of Korma #845024

Color information

#845024 (or 0x845024) is unknown color: approx Korma. HEX triplet: 84, 50 and 24. RGB value is (132,80,36). Sum of RGB (Red+Green+Blue) = 132+80+36=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845024 is #7BAFDB. Grayscale: #5A5A5A. Windows color (decimal): -8105948 or 2379908. OLE color: 2379908.

HSL color Cylindrical-coordinate representation of color #845024: hue angle of 27.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845024 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1328036-
CMYK00.390.730.48
HSL27.5º57.14%32.94%-
HSV(B)27.5º72.73%51.76%-
XYZ12.710.773.08-
YUV90.5397.23157.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 36 (14.45% from 255) = 14.52%
R=53.23%
G=32.26%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132803600.390.730.4827.557.1432.94
Hex84502402749301c3921
Octal2041204404711160347141
Binary1000010010100001001000100111100100111000011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845024; }

 p { color: rgb(132,80,36); }

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

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

 a { background-color: rgb(132,80,36); }

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

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

 span { border-color: rgb(132,80,36); }

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