Html Css Color HEX #855318 Russet

📋 copy color: '#855318'

red 133 ◦ green 83 ◦ blue 24

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

Shades of Russet #855318

Tints of Russet #855318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 55.42%
G = 34.58%
B = 10%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#855318 (or 0x855318) is known color: Russet. HEX triplet: 85, 53 and 18. RGB value is (133,83,24). Sum of RGB (Red+Green+Blue) = 133+83+24=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #855318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855318 is #7AACE7. Grayscale: #5B5B5B. Windows color (decimal): -8039656 or 1594245. OLE color: 1594245.

HSL color Cylindrical-coordinate representation of color #855318: hue angle of 32.48º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #855318 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 24 -
CMYK 0 0.38 0.82 0.48
HSL 32.48º 0.69% 0.31% -
HSV(B) 32.48º 0.82% 0.52% -
XYZ 12.93 11.24 2.35 -
YUV 91.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 133 83 24 0 0.38 0.82 0.48 32.48 0.69 0.31
Hex 85 53 18 0 26 52 30 20 45 1F
Octal 205 123 30 0 46 122 60 40 105 37
Binary 10000101 1010011 11000 0 100110 1010010 110000 100000 1000101 11111

Color Harmonies of #855318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855318

Black with #855318

Text Example


Text Example

White with #855318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855318; }

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

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

background-color css

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

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

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

border-color css

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

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

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