Html Css Color HEX #855414 Russet

📋 copy color: '#855414'

red 133 ◦ green 84 ◦ blue 20

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

Shades of Russet #855414

Tints of Russet #855414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 56.12%
G = 35.44%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#855414 (or 0x855414) is known color: Russet. HEX triplet: 85, 54 and 14. RGB value is (133,84,20). Sum of RGB (Red+Green+Blue) = 133+84+20=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #855414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855414 is #7AABEB. Grayscale: #5B5B5B. Windows color (decimal): -8039404 or 1332357. OLE color: 1332357.

HSL color Cylindrical-coordinate representation of color #855414: hue angle of 33.98º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #855414 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 20 -
CMYK 0 0.37 0.85 0.48
HSL 33.98º 0.74% 0.3% -
HSV(B) 33.98º 0.85% 0.52% -
XYZ 12.97 11.38 2.17 -
YUV 91.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 133 84 20 0 0.37 0.85 0.48 33.98 0.74 0.3
Hex 85 54 14 0 25 55 30 22 4A 1E
Octal 205 124 24 0 45 125 60 42 112 36
Binary 10000101 1010100 10100 0 100101 1010101 110000 100010 1001010 11110

Color Harmonies of #855414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855414

Black with #855414

Text Example


Text Example

White with #855414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855414; }

 p { color: rgb(133,84,20); }

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

background-color css

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

 a { background-color: rgb(133,84,20); }

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

border-color css

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

 span { border-color: rgb(133,84,20); }

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