Html Css Color HEX #855021 Russet

📋 copy color: '#855021'

red 133 ◦ green 80 ◦ blue 33

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

Shades of Russet #855021

Tints of Russet #855021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 54.07%
G = 32.52%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#855021 (or 0x855021) is known color: Russet. HEX triplet: 85, 50 and 21. RGB value is (133,80,33). Sum of RGB (Red+Green+Blue) = 133+80+33=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #855021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855021 is #7AAFDE. Grayscale: #5A5A5A. Windows color (decimal): -8040415 or 2183301. OLE color: 2183301.

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

Color convert

RGB 133 80 33 -
CMYK 0 0.40 0.75 0.48
HSL 28.2º 0.6% 0.33% -
HSV(B) 28.2º 0.75% 0.52% -
XYZ 12.82 10.83 2.85 -
YUV 90.49 95.56 158.32 -
System Red Green Blue C M Y K H S L
Decimal 133 80 33 0 0.40 0.75 0.48 28.2 0.6 0.33
Hex 85 50 21 0 28 4B 30 1C 3C 21
Octal 205 120 41 0 50 113 60 34 74 41
Binary 10000101 1010000 100001 0 101000 1001011 110000 11100 111100 100001

Color Harmonies of #855021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855021

Black with #855021

Text Example


Text Example

White with #855021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855021; }

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

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

background-color css

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

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

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

border-color css

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

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

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