#84532E

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

Shades of Korma #84532E

Tints of Korma #84532E

Color information

#84532E (or 0x84532E) is unknown color: approx Korma. HEX triplet: 84, 53 and 2E. RGB value is (132,83,46). Sum of RGB (Red+Green+Blue) = 132+83+46=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84532E is #7BACD1. Grayscale: #5D5D5D. Windows color (decimal): -8105170 or 3036036. OLE color: 3036036.

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

Color convert

RGB1328346-
CMYK00.370.650.48
HSL25.81º48.31%34.9%-
HSV(B)25.81º65.15%51.76%-
XYZ13.111.294.07-
YUV93.43101.23155.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=50.57%
G=31.80%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132834600.370.650.4825.8148.3134.9
Hex84532E02541301a3023
Octal2041235604510160326043
Binary1000010010100111011100100101100000111000011010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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