Html Css Color HEX #854019 Russet

📋 copy color: '#854019'

red 133 ◦ green 64 ◦ blue 25

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

Shades of Russet #854019

Tints of Russet #854019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

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

R = 59.91%
G = 28.83%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#854019 (or 0x854019) is known color: Russet. HEX triplet: 85, 40 and 19. RGB value is (133,64,25). Sum of RGB (Red+Green+Blue) = 133+64+25=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854019 is #7ABFE6. Grayscale: #505050. Windows color (decimal): -8044519 or 1654917. OLE color: 1654917.

HSL color Cylindrical-coordinate representation of color #854019: hue angle of 21.67º 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 #854019 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 25 -
CMYK 0 0.52 0.81 0.48
HSL 21.67º 0.68% 0.31% -
HSV(B) 21.67º 0.81% 0.52% -
XYZ 11.68 8.72 1.99 -
YUV 80.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 133 64 25 0 0.52 0.81 0.48 21.67 0.68 0.31
Hex 85 40 19 0 34 51 30 16 44 1F
Octal 205 100 31 0 64 121 60 26 104 37
Binary 10000101 1000000 11001 0 110100 1010001 110000 10110 1000100 11111

Color Harmonies of #854019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854019

Black with #854019

Text Example


Text Example

White with #854019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854019; }

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

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

background-color css

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

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

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

border-color css

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

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

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