Html Css Color HEX #84614A Dark Wood

📋 copy color: '#84614A'

red 132 ◦ green 97 ◦ blue 74

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

Shades of Dark Wood #84614A

Tints of Dark Wood #84614A

RGB

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

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

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

R = 43.56%
G = 32.01%
B = 24.42%

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

#84614A (or 0x84614A) is known color: Dark Wood. HEX triplet: 84, 61 and 4A. RGB value is (132,97,74). Sum of RGB (Red+Green+Blue) = 132+97+74=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #84614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84614A is #7B9EB5. Grayscale: #686868. Windows color (decimal): -8101558 or 4874628. OLE color: 4874628.

HSL color Cylindrical-coordinate representation of color #84614A: hue angle of 23.79º 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 #84614A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 74 -
CMYK 0 0.27 0.44 0.48
HSL 23.79º 0.28% 0.4% -
HSV(B) 23.79º 0.44% 0.52% -
XYZ 15.03 13.95 8.38 -
YUV 104.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 132 97 74 0 0.27 0.44 0.48 23.79 0.28 0.4
Hex 84 61 4A 0 1B 2C 30 18 1C 28
Octal 204 141 112 0 33 54 60 30 34 50
Binary 10000100 1100001 1001010 0 11011 101100 110000 11000 11100 101000

Color Harmonies of #84614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84614A

Black with #84614A

Text Example


Text Example

White with #84614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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