Html Css Color HEX #876748 Dark Wood

📋 copy color: '#876748'

red 135 ◦ green 103 ◦ blue 72

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

Shades of Dark Wood #876748

Tints of Dark Wood #876748

RGB

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

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

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

R = 43.55%
G = 33.23%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#876748 (or 0x876748) is known color: Dark Wood. HEX triplet: 87, 67 and 48. RGB value is (135,103,72). Sum of RGB (Red+Green+Blue) = 135+103+72=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #876748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876748 is #7898B7. Grayscale: #6D6D6D. Windows color (decimal): -7903416 or 4745095. OLE color: 4745095.

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

Color convert

RGB 135 103 72 -
CMYK 0 0.24 0.47 0.47
HSL 29.52º 0.3% 0.41% -
HSV(B) 29.52º 0.47% 0.53% -
XYZ 16.01 15.32 8.24 -
YUV 109.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 135 103 72 0 0.24 0.47 0.47 29.52 0.3 0.41
Hex 87 67 48 0 18 2F 2F 1E 1E 29
Octal 207 147 110 0 30 57 57 36 36 51
Binary 10000111 1100111 1001000 0 11000 101111 101111 11110 11110 101001

Color Harmonies of #876748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876748

Black with #876748

Text Example


Text Example

White with #876748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876748; }

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

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

background-color css

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

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

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

border-color css

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

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

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