Html Css Color HEX #854221 Russet

📋 copy color: '#854221'

red 133 ◦ green 66 ◦ blue 33

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

Shades of Russet #854221

Tints of Russet #854221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 33 (13.28% from 255) = 14.22%

R = 57.33%
G = 28.45%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#854221 (or 0x854221) is known color: Russet. HEX triplet: 85, 42 and 21. RGB value is (133,66,33). Sum of RGB (Red+Green+Blue) = 133+66+33=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #854221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854221 is #7ABDDE. Grayscale: #525252. Windows color (decimal): -8043999 or 2179717. OLE color: 2179717.

HSL color Cylindrical-coordinate representation of color #854221: hue angle of 19.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #854221 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 33 -
CMYK 0 0.50 0.75 0.48
HSL 19.8º 0.6% 0.33% -
HSV(B) 19.8º 0.75% 0.52% -
XYZ 11.9 8.99 2.55 -
YUV 82.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 133 66 33 0 0.50 0.75 0.48 19.8 0.6 0.33
Hex 85 42 21 0 32 4B 30 14 3C 21
Octal 205 102 41 0 62 113 60 24 74 41
Binary 10000101 1000010 100001 0 110010 1001011 110000 10100 111100 100001

Color Harmonies of #854221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854221

Black with #854221

Text Example


Text Example

White with #854221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854221; }

 p { color: rgb(133,66,33); }

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

background-color css

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

 a { background-color: rgb(133,66,33); }

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

border-color css

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

 span { border-color: rgb(133,66,33); }

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