#845432

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

Shades of Korma #845432

Tints of Korma #845432

Color information

#845432 (or 0x845432) is unknown color: approx Korma. HEX triplet: 84, 54 and 32. RGB value is (132,84,50). Sum of RGB (Red+Green+Blue) = 132+84+50=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #845432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845432 is #7BABCD. Grayscale: #5E5E5E. Windows color (decimal): -8104910 or 3298436. OLE color: 3298436.

HSL color Cylindrical-coordinate representation of color #845432: hue angle of 24.88º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845432 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1328450-
CMYK00.360.620.48
HSL24.88º45.05%35.69%-
HSV(B)24.88º62.12%51.76%-
XYZ13.2611.484.53-
YUV94.48102.9154.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=49.62%
G=31.58%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132845000.360.620.4824.8845.0535.69
Hex8454320243E30192d24
Octal204124620447660315544
Binary100001001010100110010010010011111011000011001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845432; }

 p { color: rgb(132,84,50); }

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

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

 a { background-color: rgb(132,84,50); }

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

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

 span { border-color: rgb(132,84,50); }

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