#84522F

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

Shades of Korma #84522F

Tints of Korma #84522F

Color information

#84522F (or 0x84522F) is unknown color: approx Korma. HEX triplet: 84, 52 and 2F. RGB value is (132,82,47). Sum of RGB (Red+Green+Blue) = 132+82+47=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84522F is #7BADD0. Grayscale: #5D5D5D. Windows color (decimal): -8105425 or 3101316. OLE color: 3101316.

HSL color Cylindrical-coordinate representation of color #84522F: hue angle of 24.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84522F is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1328247-
CMYK00.380.640.48
HSL24.71º47.49%35.1%-
HSV(B)24.71º64.39%51.76%-
XYZ13.0511.154.15-
YUV92.96102.06155.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=50.57%
G=31.42%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132824700.380.640.4824.7147.4935.1
Hex84522F0264030192f23
Octal2041225704610060315743
Binary1000010010100101011110100110100000011000011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84522F; }

 p { color: rgb(132,82,47); }

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

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

 a { background-color: rgb(132,82,47); }

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

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

 span { border-color: rgb(132,82,47); }

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