Html Css Color HEX #876548 Dark Wood

📋 copy color: '#876548'

red 135 ◦ green 101 ◦ blue 72

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

Shades of Dark Wood #876548

Tints of Dark Wood #876548

RGB

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

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

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

R = 43.83%
G = 32.79%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876548 (or 0x876548) is known color: Dark Wood. HEX triplet: 87, 65 and 48. RGB value is (135,101,72). Sum of RGB (Red+Green+Blue) = 135+101+72=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876548 is #789AB7. Grayscale: #6C6C6C. Windows color (decimal): -7903928 or 4744583. OLE color: 4744583.

HSL color Cylindrical-coordinate representation of color #876548: hue angle of 27.62º 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 #876548 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 101 72 -
CMYK 0 0.25 0.47 0.47
HSL 27.62º 0.3% 0.41% -
HSV(B) 27.62º 0.47% 0.53% -
XYZ 15.82 14.93 8.18 -
YUV 107.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 135 101 72 0 0.25 0.47 0.47 27.62 0.3 0.41
Hex 87 65 48 0 19 2F 2F 1C 1E 29
Octal 207 145 110 0 31 57 57 34 36 51
Binary 10000111 1100101 1001000 0 11001 101111 101111 11100 11110 101001

Color Harmonies of #876548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876548

Black with #876548

Text Example


Text Example

White with #876548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876548; }

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

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

background-color css

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

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

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

border-color css

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

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

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