Html Css Color HEX #85481C Russet

📋 copy color: '#85481C'

red 133 ◦ green 72 ◦ blue 28

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

Shades of Russet #85481C

Tints of Russet #85481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.9%

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 57.08%
G = 30.9%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85481C (or 0x85481C) is known color: Russet. HEX triplet: 85, 48 and 1C. RGB value is (133,72,28). Sum of RGB (Red+Green+Blue) = 133+72+28=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85481C is #7AB7E3. Grayscale: #555555. Windows color (decimal): -8042468 or 1853573. OLE color: 1853573.

HSL color Cylindrical-coordinate representation of color #85481C: hue angle of 25.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85481C is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 28 -
CMYK 0 0.46 0.79 0.48
HSL 25.14º 0.65% 0.32% -
HSV(B) 25.14º 0.79% 0.52% -
XYZ 12.2 9.71 2.33 -
YUV 85.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 133 72 28 0 0.46 0.79 0.48 25.14 0.65 0.32
Hex 85 48 1C 0 2E 4F 30 19 41 20
Octal 205 110 34 0 56 117 60 31 101 40
Binary 10000101 1001000 11100 0 101110 1001111 110000 11001 1000001 100000

Color Harmonies of #85481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85481C

Black with #85481C

Text Example


Text Example

White with #85481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85481C; }

 p { color: rgb(133,72,28); }

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

background-color css

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

 a { background-color: rgb(133,72,28); }

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

border-color css

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

 span { border-color: rgb(133,72,28); }

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