Html Css Color HEX #855019 Russet

📋 copy color: '#855019'

red 133 ◦ green 80 ◦ blue 25

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

Shades of Russet #855019

Tints of Russet #855019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 55.88%
G = 33.61%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#855019 (or 0x855019) is known color: Russet. HEX triplet: 85, 50 and 19. RGB value is (133,80,25). Sum of RGB (Red+Green+Blue) = 133+80+25=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #855019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855019 is #7AAFE6. Grayscale: #595959. Windows color (decimal): -8040423 or 1659013. OLE color: 1659013.

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

Color convert

RGB 133 80 25 -
CMYK 0 0.40 0.81 0.48
HSL 30.56º 0.68% 0.31% -
HSV(B) 30.56º 0.81% 0.52% -
XYZ 12.72 10.79 2.33 -
YUV 89.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 133 80 25 0 0.40 0.81 0.48 30.56 0.68 0.31
Hex 85 50 19 0 28 51 30 1F 44 1F
Octal 205 120 31 0 50 121 60 37 104 37
Binary 10000101 1010000 11001 0 101000 1010001 110000 11111 1000100 11111

Color Harmonies of #855019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855019

Black with #855019

Text Example


Text Example

White with #855019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855019; }

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

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

background-color css

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

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

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

border-color css

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

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

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