#84552E

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

Shades of Korma #84552E

Tints of Korma #84552E

Color information

#84552E (or 0x84552E) is unknown color: approx Korma. HEX triplet: 84, 55 and 2E. RGB value is (132,85,46). Sum of RGB (Red+Green+Blue) = 132+85+46=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84552E is #7BAAD1. Grayscale: #5E5E5E. Windows color (decimal): -8104658 or 3036548. OLE color: 3036548.

HSL color Cylindrical-coordinate representation of color #84552E: hue angle of 27.21º 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 #84552E is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1328546-
CMYK00.360.650.48
HSL27.21º48.31%34.9%-
HSV(B)27.21º65.15%51.76%-
XYZ13.2611.64.13-
YUV94.61100.57154.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=50.19%
G=32.32%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132854600.360.650.4827.2148.3134.9
Hex84552E02441301b3023
Octal2041255604410160336043
Binary1000010010101011011100100100100000111000011011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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