Html Css Color HEX #875F44 Dark Wood

📋 copy color: '#875F44'

red 135 ◦ green 95 ◦ blue 68

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

Shades of Dark Wood #875F44

Tints of Dark Wood #875F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 45.3%
G = 31.88%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#875F44 (or 0x875F44) is known color: Dark Wood. HEX triplet: 87, 5F and 44. RGB value is (135,95,68). Sum of RGB (Red+Green+Blue) = 135+95+68=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F44 is #78A0BB. Grayscale: #686868. Windows color (decimal): -7905468 or 4480903. OLE color: 4480903.

HSL color Cylindrical-coordinate representation of color #875F44: hue angle of 24.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875F44 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 95 68 -
CMYK 0 0.30 0.50 0.47
HSL 24.18º 0.33% 0.4% -
HSV(B) 24.18º 0.5% 0.53% -
XYZ 15.13 13.75 7.33 -
YUV 103.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 135 95 68 0 0.30 0.50 0.47 24.18 0.33 0.4
Hex 87 5F 44 0 1E 32 2F 18 21 28
Octal 207 137 104 0 36 62 57 30 41 50
Binary 10000111 1011111 1000100 0 11110 110010 101111 11000 100001 101000

Color Harmonies of #875F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F44

Black with #875F44

Text Example


Text Example

White with #875F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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