Html Css Color HEX #84634D Dark Wood

📋 copy color: '#84634D'

red 132 ◦ green 99 ◦ blue 77

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

Shades of Dark Wood #84634D

Tints of Dark Wood #84634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 77 (30.47% from 255) = 25%

R = 42.86%
G = 32.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84634D (or 0x84634D) is known color: Dark Wood. HEX triplet: 84, 63 and 4D. RGB value is (132,99,77). Sum of RGB (Red+Green+Blue) = 132+99+77=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84634D is #7B9CB2. Grayscale: #6A6A6A. Windows color (decimal): -8101043 or 5071748. OLE color: 5071748.

HSL color Cylindrical-coordinate representation of color #84634D: hue angle of 24º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84634D is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 99 77 -
CMYK 0 0.25 0.42 0.48
HSL 24º 0.26% 0.41% -
HSV(B) 24º 0.42% 0.52% -
XYZ 15.32 14.37 8.99 -
YUV 106.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 132 99 77 0 0.25 0.42 0.48 24 0.26 0.41
Hex 84 63 4D 0 19 2A 30 18 1A 29
Octal 204 143 115 0 31 52 60 30 32 51
Binary 10000100 1100011 1001101 0 11001 101010 110000 11000 11010 101001

Color Harmonies of #84634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84634D

Black with #84634D

Text Example


Text Example

White with #84634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,99,77); }

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

background-color css

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

 a { background-color: rgb(132,99,77); }

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

border-color css

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

 span { border-color: rgb(132,99,77); }

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