#84472A

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

Shades of Korma #84472A

Tints of Korma #84472A

Color information

#84472A (or 0x84472A) is unknown color: approx Korma. HEX triplet: 84, 47 and 2A. RGB value is (132,71,42). Sum of RGB (Red+Green+Blue) = 132+71+42=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84472A is #7BB8D5. Grayscale: #565656. Windows color (decimal): -8108246 or 2770820. OLE color: 2770820.

HSL color Cylindrical-coordinate representation of color #84472A: hue angle of 19.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84472A is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1327142-
CMYK00.460.680.48
HSL19.33º51.72%34.12%-
HSV(B)19.33º68.18%51.76%-
XYZ12.199.583.4-
YUV85.93103.21160.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=53.88%
G=28.98%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132714200.460.680.4819.3351.7234.12
Hex84472A02E4430133422
Octal2041075205610460236442
Binary1000010010001111010100101110100010011000010011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84472A; }

 p { color: rgb(132,71,42); }

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

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

 a { background-color: rgb(132,71,42); }

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

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

 span { border-color: rgb(132,71,42); }

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