Html Css Color HEX #84522E Korma

📋 copy color: '#84522E'

red 132 ◦ green 82 ◦ blue 46

#84522E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #84522E

Tints of Korma #84522E

RGB

 RED value IS 132 (51.95% from 255) = 50.77%

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 50.77%
G = 31.54%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84522E (or 0x84522E) is known color: Korma. HEX triplet: 84, 52 and 2E. RGB value is (132,82,46). Sum of RGB (Red+Green+Blue) = 132+82+46=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84522E is #7BADD1. Grayscale: #5D5D5D. Windows color (decimal): -8105426 or 3035780. OLE color: 3035780.

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

Color convert

RGB 132 82 46 -
CMYK 0 0.38 0.65 0.48
HSL 25.12º 0.48% 0.35% -
HSV(B) 25.12º 0.65% 0.52% -
XYZ 13.03 11.14 4.05 -
YUV 92.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 132 82 46 0 0.38 0.65 0.48 25.12 0.48 0.35
Hex 84 52 2E 0 26 41 30 19 30 23
Octal 204 122 56 0 46 101 60 31 60 43
Binary 10000100 1010010 101110 0 100110 1000001 110000 11001 110000 100011

Color Harmonies of #84522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84522E

Black with #84522E

Text Example


Text Example

White with #84522E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84522E;
 }
 .AnyTagClassName
 {
   color: #84522E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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