#84502D

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

Shades of Korma #84502D

Tints of Korma #84502D

Color information

#84502D (or 0x84502D) is unknown color: approx Korma. HEX triplet: 84, 50 and 2D. RGB value is (132,80,45). Sum of RGB (Red+Green+Blue) = 132+80+45=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84502D is #7BAFD2. Grayscale: #5B5B5B. Windows color (decimal): -8105939 or 2969732. OLE color: 2969732.

HSL color Cylindrical-coordinate representation of color #84502D: hue angle of 24.14º 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 #84502D is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1328045-
CMYK00.390.660.48
HSL24.14º49.15%34.71%-
HSV(B)24.14º65.91%51.76%-
XYZ12.8610.833.9-
YUV91.56101.73156.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=51.36%
G=31.13%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132804500.390.660.4824.1449.1534.71
Hex84502D0274230183123
Octal2041205504710260306143
Binary1000010010100001011010100111100001011000011000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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