Html Css Color HEX #855F56 Russett

📋 copy color: '#855F56'

red 133 ◦ green 95 ◦ blue 86

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

Shades of Russett #855F56

Tints of Russett #855F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 42.36%
G = 30.25%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#855F56 (or 0x855F56) is known color: Russett. HEX triplet: 85, 5F and 56. RGB value is (133,95,86). Sum of RGB (Red+Green+Blue) = 133+95+86=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #855F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F56 is #7AA0A9. Grayscale: #696969. Windows color (decimal): -8036522 or 5660549. OLE color: 5660549.

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

Color convert

RGB 133 95 86 -
CMYK 0 0.29 0.35 0.48
HSL 11.49º 0.21% 0.43% -
HSV(B) 11.49º 0.35% 0.52% -
XYZ 15.44 13.84 10.66 -
YUV 105.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 133 95 86 0 0.29 0.35 0.48 11.49 0.21 0.43
Hex 85 5F 56 0 1D 23 30 B 15 2B
Octal 205 137 126 0 35 43 60 13 25 53
Binary 10000101 1011111 1010110 0 11101 100011 110000 1011 10101 101011

Color Harmonies of #855F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F56

Black with #855F56

Text Example


Text Example

White with #855F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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