Html Css Color HEX #854521 Russet

📋 copy color: '#854521'

red 133 ◦ green 69 ◦ blue 33

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

Shades of Russet #854521

Tints of Russet #854521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 56.6%
G = 29.36%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#854521 (or 0x854521) is known color: Russet. HEX triplet: 85, 45 and 21. RGB value is (133,69,33). Sum of RGB (Red+Green+Blue) = 133+69+33=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #854521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854521 is #7ABADE. Grayscale: #545454. Windows color (decimal): -8043231 or 2180485. OLE color: 2180485.

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

Color convert

RGB 133 69 33 -
CMYK 0 0.48 0.75 0.48
HSL 21.6º 0.6% 0.33% -
HSV(B) 21.6º 0.75% 0.52% -
XYZ 12.08 9.35 2.61 -
YUV 84.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 133 69 33 0 0.48 0.75 0.48 21.6 0.6 0.33
Hex 85 45 21 0 30 4B 30 16 3C 21
Octal 205 105 41 0 60 113 60 26 74 41
Binary 10000101 1000101 100001 0 110000 1001011 110000 10110 111100 100001

Color Harmonies of #854521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854521

Black with #854521

Text Example


Text Example

White with #854521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854521; }

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

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

background-color css

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

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

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

border-color css

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

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

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