Html Css Color HEX #85411B Russet

📋 copy color: '#85411B'

red 133 ◦ green 65 ◦ blue 27

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

Shades of Russet #85411B

Tints of Russet #85411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.89%

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

R = 59.11%
G = 28.89%
B = 12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85411B (or 0x85411B) is known color: Russet. HEX triplet: 85, 41 and 1B. RGB value is (133,65,27). Sum of RGB (Red+Green+Blue) = 133+65+27=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85411B is #7ABEE4. Grayscale: #515151. Windows color (decimal): -8044261 or 1786245. OLE color: 1786245.

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

Color convert

RGB 133 65 27 -
CMYK 0 0.51 0.80 0.48
HSL 21.51º 0.66% 0.31% -
HSV(B) 21.51º 0.8% 0.52% -
XYZ 11.76 8.85 2.12 -
YUV 81 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 133 65 27 0 0.51 0.80 0.48 21.51 0.66 0.31
Hex 85 41 1B 0 33 50 30 16 42 1F
Octal 205 101 33 0 63 120 60 26 102 37
Binary 10000101 1000001 11011 0 110011 1010000 110000 10110 1000010 11111

Color Harmonies of #85411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85411B

Black with #85411B

Text Example


Text Example

White with #85411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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