Html Css Color HEX #854520 Russet

📋 copy color: '#854520'

red 133 ◦ green 69 ◦ blue 32

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

Shades of Russet #854520

Tints of Russet #854520

RGB

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

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

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

R = 56.84%
G = 29.49%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#854520 (or 0x854520) is known color: Russet. HEX triplet: 85, 45 and 20. RGB value is (133,69,32). Sum of RGB (Red+Green+Blue) = 133+69+32=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #854520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854520 is #7ABADF. Grayscale: #545454. Windows color (decimal): -8043232 or 2114949. OLE color: 2114949.

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

Color convert

RGB 133 69 32 -
CMYK 0 0.48 0.76 0.48
HSL 21.98º 0.61% 0.32% -
HSV(B) 21.98º 0.76% 0.52% -
XYZ 12.06 9.35 2.53 -
YUV 83.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 133 69 32 0 0.48 0.76 0.48 21.98 0.61 0.32
Hex 85 45 20 0 30 4C 30 16 3D 20
Octal 205 105 40 0 60 114 60 26 75 40
Binary 10000101 1000101 100000 0 110000 1001100 110000 10110 111101 100000

Color Harmonies of #854520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854520

Black with #854520

Text Example


Text Example

White with #854520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854520; }

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

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

background-color css

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

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

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

border-color css

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

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

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