Html Css Color HEX #84562D Korma

📋 copy color: '#84562D'

red 132 ◦ green 86 ◦ blue 45

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

Shades of Korma #84562D

Tints of Korma #84562D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 50.19%
G = 32.7%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84562D (or 0x84562D) is known color: Korma. HEX triplet: 84, 56 and 2D. RGB value is (132,86,45). Sum of RGB (Red+Green+Blue) = 132+86+45=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562D is #7BA9D2. Grayscale: #5F5F5F. Windows color (decimal): -8104403 or 2971268. OLE color: 2971268.

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

Color convert

RGB 132 86 45 -
CMYK 0 0.35 0.66 0.48
HSL 28.28º 0.49% 0.35% -
HSV(B) 28.28º 0.66% 0.52% -
XYZ 13.32 11.75 4.05 -
YUV 95.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 132 86 45 0 0.35 0.66 0.48 28.28 0.49 0.35
Hex 84 56 2D 0 23 42 30 1C 31 23
Octal 204 126 55 0 43 102 60 34 61 43
Binary 10000100 1010110 101101 0 100011 1000010 110000 11100 110001 100011

Color Harmonies of #84562D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84562D

Black with #84562D

Text Example


Text Example

White with #84562D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84562D;
 }
 .AnyTagClassName
 {
   color: #84562D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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