Html Css Color HEX #875C46 Dark Wood

📋 copy color: '#875C46'

red 135 ◦ green 92 ◦ blue 70

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

Shades of Dark Wood #875C46

Tints of Dark Wood #875C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 45.45%
G = 30.98%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#875C46 (or 0x875C46) is known color: Dark Wood. HEX triplet: 87, 5C and 46. RGB value is (135,92,70). Sum of RGB (Red+Green+Blue) = 135+92+70=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #875C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C46 is #78A3B9. Grayscale: #666666. Windows color (decimal): -7906234 or 4611207. OLE color: 4611207.

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

Color convert

RGB 135 92 70 -
CMYK 0 0.32 0.48 0.47
HSL 20.31º 0.32% 0.4% -
HSV(B) 20.31º 0.48% 0.53% -
XYZ 14.92 13.25 7.56 -
YUV 102.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 135 92 70 0 0.32 0.48 0.47 20.31 0.32 0.4
Hex 87 5C 46 0 20 30 2F 14 20 28
Octal 207 134 106 0 40 60 57 24 40 50
Binary 10000111 1011100 1000110 0 100000 110000 101111 10100 100000 101000

Color Harmonies of #875C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C46

Black with #875C46

Text Example


Text Example

White with #875C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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