Html Css Color HEX #85481A Russet

📋 copy color: '#85481A'

red 133 ◦ green 72 ◦ blue 26

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

Shades of Russet #85481A

Tints of Russet #85481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 57.58%
G = 31.17%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85481A (or 0x85481A) is known color: Russet. HEX triplet: 85, 48 and 1A. RGB value is (133,72,26). Sum of RGB (Red+Green+Blue) = 133+72+26=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85481A is #7AB7E5. Grayscale: #555555. Windows color (decimal): -8042470 or 1722501. OLE color: 1722501.

HSL color Cylindrical-coordinate representation of color #85481A: hue angle of 25.79º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85481A is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 26 -
CMYK 0 0.46 0.80 0.48
HSL 25.79º 0.67% 0.31% -
HSV(B) 25.79º 0.8% 0.52% -
XYZ 12.18 9.7 2.21 -
YUV 85 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 133 72 26 0 0.46 0.80 0.48 25.79 0.67 0.31
Hex 85 48 1A 0 2E 50 30 1A 43 1F
Octal 205 110 32 0 56 120 60 32 103 37
Binary 10000101 1001000 11010 0 101110 1010000 110000 11010 1000011 11111

Color Harmonies of #85481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85481A

Black with #85481A

Text Example


Text Example

White with #85481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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