Html Css Color HEX #85481B Russet

📋 copy color: '#85481B'

red 133 ◦ green 72 ◦ blue 27

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

Shades of Russet #85481B

Tints of Russet #85481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 57.33%
G = 31.03%
B = 11.64%

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

#85481B (or 0x85481B) is known color: Russet. HEX triplet: 85, 48 and 1B. RGB value is (133,72,27). Sum of RGB (Red+Green+Blue) = 133+72+27=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85481B is #7AB7E4. Grayscale: #555555. Windows color (decimal): -8042469 or 1788037. OLE color: 1788037.

HSL color Cylindrical-coordinate representation of color #85481B: hue angle of 25.47º degrees, saturation: 0.66, 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 #85481B is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 27 -
CMYK 0 0.46 0.80 0.48
HSL 25.47º 0.66% 0.31% -
HSV(B) 25.47º 0.8% 0.52% -
XYZ 12.19 9.7 2.27 -
YUV 85.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 133 72 27 0 0.46 0.80 0.48 25.47 0.66 0.31
Hex 85 48 1B 0 2E 50 30 19 42 1F
Octal 205 110 33 0 56 120 60 31 102 37
Binary 10000101 1001000 11011 0 101110 1010000 110000 11001 1000010 11111

Color Harmonies of #85481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85481B

Black with #85481B

Text Example


Text Example

White with #85481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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