Html Css Color HEX #855314 Russet

📋 copy color: '#855314'

red 133 ◦ green 83 ◦ blue 20

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

Shades of Russet #855314

Tints of Russet #855314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.17%

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

R = 56.36%
G = 35.17%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#855314 (or 0x855314) is known color: Russet. HEX triplet: 85, 53 and 14. RGB value is (133,83,20). Sum of RGB (Red+Green+Blue) = 133+83+20=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855314 is #7AACEB. Grayscale: #5B5B5B. Windows color (decimal): -8039660 or 1332101. OLE color: 1332101.

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

Color convert

RGB 133 83 20 -
CMYK 0 0.38 0.85 0.48
HSL 33.45º 0.74% 0.3% -
HSV(B) 33.45º 0.85% 0.52% -
XYZ 12.89 11.22 2.15 -
YUV 90.77 88.07 158.12 -
System Red Green Blue C M Y K H S L
Decimal 133 83 20 0 0.38 0.85 0.48 33.45 0.74 0.3
Hex 85 53 14 0 26 55 30 21 4A 1E
Octal 205 123 24 0 46 125 60 41 112 36
Binary 10000101 1010011 10100 0 100110 1010101 110000 100001 1001010 11110

Color Harmonies of #855314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855314

Black with #855314

Text Example


Text Example

White with #855314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855314; }

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

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

background-color css

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

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

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

border-color css

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

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

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