Html Css Color HEX #865C45 Dark Wood

📋 copy color: '#865C45'

red 134 ◦ green 92 ◦ blue 69

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

Shades of Dark Wood #865C45

Tints of Dark Wood #865C45

RGB

 RED value IS 134 (52.73% from 255) = 45.42%

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

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

R = 45.42%
G = 31.19%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865C45 (or 0x865C45) is known color: Dark Wood. HEX triplet: 86, 5C and 45. RGB value is (134,92,69). Sum of RGB (Red+Green+Blue) = 134+92+69=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #865C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C45 is #79A3BA. Grayscale: #666666. Windows color (decimal): -7971771 or 4545670. OLE color: 4545670.

HSL color Cylindrical-coordinate representation of color #865C45: hue angle of 21.23º 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 #865C45 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 69 -
CMYK 0 0.31 0.49 0.47
HSL 21.23º 0.32% 0.4% -
HSV(B) 21.23º 0.49% 0.53% -
XYZ 14.73 13.15 7.39 -
YUV 101.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 134 92 69 0 0.31 0.49 0.47 21.23 0.32 0.4
Hex 86 5C 45 0 1F 31 2F 15 20 28
Octal 206 134 105 0 37 61 57 25 40 50
Binary 10000110 1011100 1000101 0 11111 110001 101111 10101 100000 101000

Color Harmonies of #865C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C45

Black with #865C45

Text Example


Text Example

White with #865C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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