Html Css Color HEX #875F48 Dark Wood

📋 copy color: '#875F48'

red 135 ◦ green 95 ◦ blue 72

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

Shades of Dark Wood #875F48

Tints of Dark Wood #875F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 44.7%
G = 31.46%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875F48 (or 0x875F48) is known color: Dark Wood. HEX triplet: 87, 5F and 48. RGB value is (135,95,72). Sum of RGB (Red+Green+Blue) = 135+95+72=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F48 is #78A0B7. Grayscale: #686868. Windows color (decimal): -7905464 or 4743047. OLE color: 4743047.

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

Color convert

RGB 135 95 72 -
CMYK 0 0.30 0.47 0.47
HSL 21.9º 0.3% 0.41% -
HSV(B) 21.9º 0.47% 0.53% -
XYZ 15.25 13.8 7.99 -
YUV 104.34 109.75 149.87 -
System Red Green Blue C M Y K H S L
Decimal 135 95 72 0 0.30 0.47 0.47 21.9 0.3 0.41
Hex 87 5F 48 0 1E 2F 2F 16 1E 29
Octal 207 137 110 0 36 57 57 26 36 51
Binary 10000111 1011111 1001000 0 11110 101111 101111 10110 11110 101001

Color Harmonies of #875F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F48

Black with #875F48

Text Example


Text Example

White with #875F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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