Html Css Color HEX #855F45 Dark Wood

📋 copy color: '#855F45'

red 133 ◦ green 95 ◦ blue 69

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

Shades of Dark Wood #855F45

Tints of Dark Wood #855F45

RGB

 RED value IS 133 (52.34% from 255) = 44.78%

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

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

R = 44.78%
G = 31.99%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855F45 (or 0x855F45) is known color: Dark Wood. HEX triplet: 85, 5F and 45. RGB value is (133,95,69). Sum of RGB (Red+Green+Blue) = 133+95+69=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #855F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F45 is #7AA0BA. Grayscale: #676767. Windows color (decimal): -8036539 or 4546437. OLE color: 4546437.

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

Color convert

RGB 133 95 69 -
CMYK 0 0.29 0.48 0.48
HSL 24.38º 0.32% 0.4% -
HSV(B) 24.38º 0.48% 0.52% -
XYZ 14.84 13.6 7.47 -
YUV 103.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 133 95 69 0 0.29 0.48 0.48 24.38 0.32 0.4
Hex 85 5F 45 0 1D 30 30 18 20 28
Octal 205 137 105 0 35 60 60 30 40 50
Binary 10000101 1011111 1000101 0 11101 110000 110000 11000 100000 101000

Color Harmonies of #855F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F45

Black with #855F45

Text Example


Text Example

White with #855F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F45; }

 p { color: rgb(133,95,69); }

 H1.HeaderClassName
 {
   color: #855F45;
 }
 .AnyTagClassName
 {
   color: #855F45;
 }
</style>

background-color css

<style>
 a { background-color: #855F45; }

 a { background-color: rgb(133,95,69); }

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

border-color css

<style>
 span { border-color: #855F45; }

 span { border-color: rgb(133,95,69); }

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