Html Css Color HEX #875C42 Dark Wood

📋 copy color: '#875C42'

red 135 ◦ green 92 ◦ blue 66

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

Shades of Dark Wood #875C42

Tints of Dark Wood #875C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 46.08%
G = 31.4%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875C42 (or 0x875C42) is known color: Dark Wood. HEX triplet: 87, 5C and 42. RGB value is (135,92,66). Sum of RGB (Red+Green+Blue) = 135+92+66=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C42 is #78A3BD. Grayscale: #666666. Windows color (decimal): -7906238 or 4349063. OLE color: 4349063.

HSL color Cylindrical-coordinate representation of color #875C42: hue angle of 22.61º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875C42 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 92 66 -
CMYK 0 0.32 0.51 0.47
HSL 22.61º 0.34% 0.39% -
HSV(B) 22.61º 0.51% 0.53% -
XYZ 14.8 13.2 6.92 -
YUV 101.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 135 92 66 0 0.32 0.51 0.47 22.61 0.34 0.39
Hex 87 5C 42 0 20 33 2F 17 22 27
Octal 207 134 102 0 40 63 57 27 42 47
Binary 10000111 1011100 1000010 0 100000 110011 101111 10111 100010 100111

Color Harmonies of #875C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C42

Black with #875C42

Text Example


Text Example

White with #875C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,92,66); }

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

background-color css

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

 a { background-color: rgb(135,92,66); }

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

border-color css

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

 span { border-color: rgb(135,92,66); }

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