Html Css Color HEX #855016 Russet

📋 copy color: '#855016'

red 133 ◦ green 80 ◦ blue 22

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

Shades of Russet #855016

Tints of Russet #855016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.04%

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 56.6%
G = 34.04%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#855016 (or 0x855016) is known color: Russet. HEX triplet: 85, 50 and 16. RGB value is (133,80,22). Sum of RGB (Red+Green+Blue) = 133+80+22=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #855016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855016 is #7AAFE9. Grayscale: #595959. Windows color (decimal): -8040426 or 1462405. OLE color: 1462405.

HSL color Cylindrical-coordinate representation of color #855016: hue angle of 31.35º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #855016 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 22 -
CMYK 0 0.40 0.83 0.48
HSL 31.35º 0.72% 0.3% -
HSV(B) 31.35º 0.83% 0.52% -
XYZ 12.69 10.78 2.17 -
YUV 89.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 133 80 22 0 0.40 0.83 0.48 31.35 0.72 0.3
Hex 85 50 16 0 28 53 30 1F 48 1E
Octal 205 120 26 0 50 123 60 37 110 36
Binary 10000101 1010000 10110 0 101000 1010011 110000 11111 1001000 11110

Color Harmonies of #855016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855016

Black with #855016

Text Example


Text Example

White with #855016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855016; }

 p { color: rgb(133,80,22); }

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

background-color css

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

 a { background-color: rgb(133,80,22); }

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

border-color css

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

 span { border-color: rgb(133,80,22); }

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