Html Css Color HEX #84604A Dark Wood

📋 copy color: '#84604A'

red 132 ◦ green 96 ◦ blue 74

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

Shades of Dark Wood #84604A

Tints of Dark Wood #84604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 43.71%
G = 31.79%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84604A (or 0x84604A) is known color: Dark Wood. HEX triplet: 84, 60 and 4A. RGB value is (132,96,74). Sum of RGB (Red+Green+Blue) = 132+96+74=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #84604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84604A is #7B9FB5. Grayscale: #686868. Windows color (decimal): -8101814 or 4874372. OLE color: 4874372.

HSL color Cylindrical-coordinate representation of color #84604A: hue angle of 22.76º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84604A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 74 -
CMYK 0 0.27 0.44 0.48
HSL 22.76º 0.28% 0.4% -
HSV(B) 22.76º 0.44% 0.52% -
XYZ 14.93 13.77 8.35 -
YUV 104.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 132 96 74 0 0.27 0.44 0.48 22.76 0.28 0.4
Hex 84 60 4A 0 1B 2C 30 17 1C 28
Octal 204 140 112 0 33 54 60 27 34 50
Binary 10000100 1100000 1001010 0 11011 101100 110000 10111 11100 101000

Color Harmonies of #84604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84604A

Black with #84604A

Text Example


Text Example

White with #84604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,96,74); }

 H1.HeaderClassName
 {
   color: #84604A;
 }
 .AnyTagClassName
 {
   color: #84604A;
 }
</style>

background-color css

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

 a { background-color: rgb(132,96,74); }

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

border-color css

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

 span { border-color: rgb(132,96,74); }

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