Html Css Color HEX #855F3F Dark Wood

📋 copy color: '#855F3F'

red 133 ◦ green 95 ◦ blue 63

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

Shades of Dark Wood #855F3F

Tints of Dark Wood #855F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 45.7%
G = 32.65%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#855F3F (or 0x855F3F) is known color: Dark Wood. HEX triplet: 85, 5F and 3F. RGB value is (133,95,63). Sum of RGB (Red+Green+Blue) = 133+95+63=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #855F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F3F is #7AA0C0. Grayscale: #666666. Windows color (decimal): -8036545 or 4153221. OLE color: 4153221.

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

Color convert

RGB 133 95 63 -
CMYK 0 0.29 0.53 0.48
HSL 27.43º 0.36% 0.38% -
HSV(B) 27.43º 0.53% 0.52% -
XYZ 14.66 13.53 6.54 -
YUV 102.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 133 95 63 0 0.29 0.53 0.48 27.43 0.36 0.38
Hex 85 5F 3F 0 1D 35 30 1B 24 26
Octal 205 137 77 0 35 65 60 33 44 46
Binary 10000101 1011111 111111 0 11101 110101 110000 11011 100100 100110

Color Harmonies of #855F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F3F

Black with #855F3F

Text Example


Text Example

White with #855F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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