#84462B

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

Shades of Korma #84462B

Tints of Korma #84462B

Color information

#84462B (or 0x84462B) is unknown color: approx Korma. HEX triplet: 84, 46 and 2B. RGB value is (132,70,43). Sum of RGB (Red+Green+Blue) = 132+70+43=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84462B is #7BB9D4. Grayscale: #555555. Windows color (decimal): -8108501 or 2836100. OLE color: 2836100.

HSL color Cylindrical-coordinate representation of color #84462B: hue angle of 18.2º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84462B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1327043-
CMYK00.470.670.48
HSL18.2º50.86%34.31%-
HSV(B)18.2º67.42%51.76%-
XYZ12.149.463.47-
YUV85.46104.04161.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 43 (17.19% from 255) = 17.55%
R=53.88%
G=28.57%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132704300.470.670.4818.250.8634.31
Hex84462B02F4330123322
Octal2041065305710360226342
Binary1000010010001101010110101111100001111000010010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84462B; }

 p { color: rgb(132,70,43); }

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

<style>
 a { background-color: #84462B; }

 a { background-color: rgb(132,70,43); }

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

<style>
 span { border-color: #84462B; }

 span { border-color: rgb(132,70,43); }

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