Html Css Color HEX #875C45 Dark Wood

📋 copy color: '#875C45'

red 135 ◦ green 92 ◦ blue 69

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

Shades of Dark Wood #875C45

Tints of Dark Wood #875C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 45.61%
G = 31.08%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#875C45 (or 0x875C45) is known color: Dark Wood. HEX triplet: 87, 5C and 45. RGB value is (135,92,69). Sum of RGB (Red+Green+Blue) = 135+92+69=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #875C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C45 is #78A3BA. Grayscale: #666666. Windows color (decimal): -7906235 or 4545671. OLE color: 4545671.

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

Color convert

RGB 135 92 69 -
CMYK 0 0.32 0.49 0.47
HSL 20.91º 0.32% 0.4% -
HSV(B) 20.91º 0.49% 0.53% -
XYZ 14.89 13.23 7.4 -
YUV 102.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 135 92 69 0 0.32 0.49 0.47 20.91 0.32 0.4
Hex 87 5C 45 0 20 31 2F 15 20 28
Octal 207 134 105 0 40 61 57 25 40 50
Binary 10000111 1011100 1000101 0 100000 110001 101111 10101 100000 101000

Color Harmonies of #875C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C45

Black with #875C45

Text Example


Text Example

White with #875C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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