Html Css Color HEX #84613D Dark Wood

📋 copy color: '#84613D'

red 132 ◦ green 97 ◦ blue 61

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

Shades of Dark Wood #84613D

Tints of Dark Wood #84613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 45.52%
G = 33.45%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84613D (or 0x84613D) is known color: Dark Wood. HEX triplet: 84, 61 and 3D. RGB value is (132,97,61). Sum of RGB (Red+Green+Blue) = 132+97+61=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #84613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84613D is #7B9EC2. Grayscale: #676767. Windows color (decimal): -8101571 or 4022660. OLE color: 4022660.

HSL color Cylindrical-coordinate representation of color #84613D: hue angle of 30.42º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84613D is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 61 -
CMYK 0 0.27 0.54 0.48
HSL 30.42º 0.37% 0.38% -
HSV(B) 30.42º 0.54% 0.52% -
XYZ 14.63 13.79 6.31 -
YUV 103.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 132 97 61 0 0.27 0.54 0.48 30.42 0.37 0.38
Hex 84 61 3D 0 1B 36 30 1E 25 26
Octal 204 141 75 0 33 66 60 36 45 46
Binary 10000100 1100001 111101 0 11011 110110 110000 11110 100101 100110

Color Harmonies of #84613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84613D

Black with #84613D

Text Example


Text Example

White with #84613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,97,61); }

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

background-color css

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

 a { background-color: rgb(132,97,61); }

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

border-color css

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

 span { border-color: rgb(132,97,61); }

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