Html Css Color HEX #854120 Russet

📋 copy color: '#854120'

red 133 ◦ green 65 ◦ blue 32

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

Shades of Russet #854120

Tints of Russet #854120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.26%

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 57.83%
G = 28.26%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#854120 (or 0x854120) is known color: Russet. HEX triplet: 85, 41 and 20. RGB value is (133,65,32). Sum of RGB (Red+Green+Blue) = 133+65+32=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #854120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854120 is #7ABEDF. Grayscale: #515151. Windows color (decimal): -8044256 or 2113925. OLE color: 2113925.

HSL color Cylindrical-coordinate representation of color #854120: hue angle of 19.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #854120 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 32 -
CMYK 0 0.51 0.76 0.48
HSL 19.6º 0.61% 0.32% -
HSV(B) 19.6º 0.76% 0.52% -
XYZ 11.82 8.87 2.46 -
YUV 81.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 133 65 32 0 0.51 0.76 0.48 19.6 0.61 0.32
Hex 85 41 20 0 33 4C 30 14 3D 20
Octal 205 101 40 0 63 114 60 24 75 40
Binary 10000101 1000001 100000 0 110011 1001100 110000 10100 111101 100000

Color Harmonies of #854120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854120

Black with #854120

Text Example


Text Example

White with #854120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854120; }

 p { color: rgb(133,65,32); }

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

background-color css

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

 a { background-color: rgb(133,65,32); }

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

border-color css

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

 span { border-color: rgb(133,65,32); }

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