Html Css Color HEX #85654B Dark Wood

📋 copy color: '#85654B'

red 133 ◦ green 101 ◦ blue 75

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

Shades of Dark Wood #85654B

Tints of Dark Wood #85654B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 43.04%
G = 32.69%
B = 24.27%

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

#85654B (or 0x85654B) is known color: Dark Wood. HEX triplet: 85, 65 and 4B. RGB value is (133,101,75). Sum of RGB (Red+Green+Blue) = 133+101+75=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85654B is #7A9AB4. Grayscale: #6B6B6B. Windows color (decimal): -8034997 or 4941189. OLE color: 4941189.

HSL color Cylindrical-coordinate representation of color #85654B: hue angle of 26.9º degrees, saturation: 0.28, 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 #85654B is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 75 -
CMYK 0 0.24 0.44 0.48
HSL 26.9º 0.28% 0.41% -
HSV(B) 26.9º 0.44% 0.52% -
XYZ 15.6 14.8 8.69 -
YUV 107.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 133 101 75 0 0.24 0.44 0.48 26.9 0.28 0.41
Hex 85 65 4B 0 18 2C 30 1B 1C 29
Octal 205 145 113 0 30 54 60 33 34 51
Binary 10000101 1100101 1001011 0 11000 101100 110000 11011 11100 101001

Color Harmonies of #85654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85654B

Black with #85654B

Text Example


Text Example

White with #85654B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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