#84532D

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

Shades of Korma #84532D

Tints of Korma #84532D

Color information

#84532D (or 0x84532D) is unknown color: approx Korma. HEX triplet: 84, 53 and 2D. RGB value is (132,83,45). Sum of RGB (Red+Green+Blue) = 132+83+45=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84532D is #7BACD2. Grayscale: #5D5D5D. Windows color (decimal): -8105171 or 2970500. OLE color: 2970500.

HSL color Cylindrical-coordinate representation of color #84532D: hue angle of 26.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84532D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1328345-
CMYK00.370.660.48
HSL26.21º49.15%34.71%-
HSV(B)26.21º65.91%51.76%-
XYZ13.0811.283.97-
YUV93.32100.73155.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=50.77%
G=31.92%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132834500.370.660.4826.2149.1534.71
Hex84532D02542301a3123
Octal2041235504510260326143
Binary1000010010100111011010100101100001011000011010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84532D; }

 p { color: rgb(132,83,45); }

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

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

 a { background-color: rgb(132,83,45); }

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

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

 span { border-color: rgb(132,83,45); }

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