Html Css Color HEX #876545 Dark Wood

📋 copy color: '#876545'

red 135 ◦ green 101 ◦ blue 69

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

Shades of Dark Wood #876545

Tints of Dark Wood #876545

RGB

 RED value IS 135 (53.13% from 255) = 44.26%

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

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 44.26%
G = 33.11%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#876545 (or 0x876545) is known color: Dark Wood. HEX triplet: 87, 65 and 45. RGB value is (135,101,69). Sum of RGB (Red+Green+Blue) = 135+101+69=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876545 is #789ABA. Grayscale: #6B6B6B. Windows color (decimal): -7903931 or 4547975. OLE color: 4547975.

HSL color Cylindrical-coordinate representation of color #876545: hue angle of 29.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876545 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 69 -
CMYK 0 0.25 0.49 0.47
HSL 29.09º 0.32% 0.4% -
HSV(B) 29.09º 0.49% 0.53% -
XYZ 15.72 14.89 7.68 -
YUV 107.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 135 101 69 0 0.25 0.49 0.47 29.09 0.32 0.4
Hex 87 65 45 0 19 31 2F 1D 20 28
Octal 207 145 105 0 31 61 57 35 40 50
Binary 10000111 1100101 1000101 0 11001 110001 101111 11101 100000 101000

Color Harmonies of #876545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876545

Black with #876545

Text Example


Text Example

White with #876545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876545; }

 p { color: rgb(135,101,69); }

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

background-color css

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

 a { background-color: rgb(135,101,69); }

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

border-color css

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

 span { border-color: rgb(135,101,69); }

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