Html Css Color HEX #876448 Dark Wood

📋 copy color: '#876448'

red 135 ◦ green 100 ◦ blue 72

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

Shades of Dark Wood #876448

Tints of Dark Wood #876448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 43.97%
G = 32.57%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876448 (or 0x876448) is known color: Dark Wood. HEX triplet: 87, 64 and 48. RGB value is (135,100,72). Sum of RGB (Red+Green+Blue) = 135+100+72=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876448 is #789BB7. Grayscale: #6B6B6B. Windows color (decimal): -7904184 or 4744327. OLE color: 4744327.

HSL color Cylindrical-coordinate representation of color #876448: hue angle of 26.67º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876448 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 72 -
CMYK 0 0.26 0.47 0.47
HSL 26.67º 0.3% 0.41% -
HSV(B) 26.67º 0.47% 0.53% -
XYZ 15.72 14.73 8.15 -
YUV 107.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 135 100 72 0 0.26 0.47 0.47 26.67 0.3 0.41
Hex 87 64 48 0 1A 2F 2F 1B 1E 29
Octal 207 144 110 0 32 57 57 33 36 51
Binary 10000111 1100100 1001000 0 11010 101111 101111 11011 11110 101001

Color Harmonies of #876448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876448

Black with #876448

Text Example


Text Example

White with #876448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876448; }

 p { color: rgb(135,100,72); }

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

background-color css

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

 a { background-color: rgb(135,100,72); }

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

border-color css

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

 span { border-color: rgb(135,100,72); }

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