Html Css Color HEX #855F44 Dark Wood

📋 copy color: '#855F44'

red 133 ◦ green 95 ◦ blue 68

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

Shades of Dark Wood #855F44

Tints of Dark Wood #855F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 44.93%
G = 32.09%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855F44 (or 0x855F44) is known color: Dark Wood. HEX triplet: 85, 5F and 44. RGB value is (133,95,68). Sum of RGB (Red+Green+Blue) = 133+95+68=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F44 is #7AA0BB. Grayscale: #676767. Windows color (decimal): -8036540 or 4480901. OLE color: 4480901.

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

Color convert

RGB 133 95 68 -
CMYK 0 0.29 0.49 0.48
HSL 24.92º 0.32% 0.39% -
HSV(B) 24.92º 0.49% 0.52% -
XYZ 14.81 13.59 7.31 -
YUV 103.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 133 95 68 0 0.29 0.49 0.48 24.92 0.32 0.39
Hex 85 5F 44 0 1D 31 30 19 20 27
Octal 205 137 104 0 35 61 60 31 40 47
Binary 10000101 1011111 1000100 0 11101 110001 110000 11001 100000 100111

Color Harmonies of #855F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F44

Black with #855F44

Text Example


Text Example

White with #855F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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