Html Css Color HEX #85674C Dark Wood

📋 copy color: '#85674C'

red 133 ◦ green 103 ◦ blue 76

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

Shades of Dark Wood #85674C

Tints of Dark Wood #85674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 42.63%
G = 33.01%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85674C (or 0x85674C) is known color: Dark Wood. HEX triplet: 85, 67 and 4C. RGB value is (133,103,76). Sum of RGB (Red+Green+Blue) = 133+103+76=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85674C is #7A98B3. Grayscale: #6D6D6D. Windows color (decimal): -8034484 or 5007237. OLE color: 5007237.

HSL color Cylindrical-coordinate representation of color #85674C: hue angle of 28.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85674C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 76 -
CMYK 0 0.23 0.43 0.48
HSL 28.42º 0.27% 0.41% -
HSV(B) 28.42º 0.43% 0.52% -
XYZ 15.83 15.21 8.94 -
YUV 108.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 133 103 76 0 0.23 0.43 0.48 28.42 0.27 0.41
Hex 85 67 4C 0 17 2B 30 1C 1B 29
Octal 205 147 114 0 27 53 60 34 33 51
Binary 10000101 1100111 1001100 0 10111 101011 110000 11100 11011 101001

Color Harmonies of #85674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85674C

Black with #85674C

Text Example


Text Example

White with #85674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85674C; }

 p { color: rgb(133,103,76); }

 H1.HeaderClassName
 {
   color: #85674C;
 }
 .AnyTagClassName
 {
   color: #85674C;
 }
</style>

background-color css

<style>
 a { background-color: #85674C; }

 a { background-color: rgb(133,103,76); }

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

border-color css

<style>
 span { border-color: #85674C; }

 span { border-color: rgb(133,103,76); }

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