Html Css Color HEX #85654A Dark Wood

📋 copy color: '#85654A'

red 133 ◦ green 101 ◦ blue 74

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

Shades of Dark Wood #85654A

Tints of Dark Wood #85654A

RGB

 RED value IS 133 (52.34% from 255) = 43.18%

 GREEN value IS 101 (39.84% from 255) = 32.79%

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

R = 43.18%
G = 32.79%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85654A (or 0x85654A) is known color: Dark Wood. HEX triplet: 85, 65 and 4A. RGB value is (133,101,74). Sum of RGB (Red+Green+Blue) = 133+101+74=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85654A is #7A9AB5. Grayscale: #6B6B6B. Windows color (decimal): -8034998 or 4875653. OLE color: 4875653.

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

Color convert

RGB 133 101 74 -
CMYK 0 0.24 0.44 0.48
HSL 27.46º 0.29% 0.41% -
HSV(B) 27.46º 0.44% 0.52% -
XYZ 15.56 14.79 8.51 -
YUV 107.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 133 101 74 0 0.24 0.44 0.48 27.46 0.29 0.41
Hex 85 65 4A 0 18 2C 30 1B 1D 29
Octal 205 145 112 0 30 54 60 33 35 51
Binary 10000101 1100101 1001010 0 11000 101100 110000 11011 11101 101001

Color Harmonies of #85654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85654A

Black with #85654A

Text Example


Text Example

White with #85654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,101,74); }

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

background-color css

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

 a { background-color: rgb(133,101,74); }

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

border-color css

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

 span { border-color: rgb(133,101,74); }

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