Html Css Color HEX #85411E Russet

📋 copy color: '#85411E'

red 133 ◦ green 65 ◦ blue 30

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

Shades of Russet #85411E

Tints of Russet #85411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 58.33%
G = 28.51%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85411E (or 0x85411E) is known color: Russet. HEX triplet: 85, 41 and 1E. RGB value is (133,65,30). Sum of RGB (Red+Green+Blue) = 133+65+30=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85411E is #7ABEE1. Grayscale: #515151. Windows color (decimal): -8044258 or 1982853. OLE color: 1982853.

HSL color Cylindrical-coordinate representation of color #85411E: hue angle of 20.39º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85411E is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 65 30 -
CMYK 0 0.51 0.77 0.48
HSL 20.39º 0.63% 0.32% -
HSV(B) 20.39º 0.77% 0.52% -
XYZ 11.8 8.86 2.32 -
YUV 81.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 133 65 30 0 0.51 0.77 0.48 20.39 0.63 0.32
Hex 85 41 1E 0 33 4D 30 14 3F 20
Octal 205 101 36 0 63 115 60 24 77 40
Binary 10000101 1000001 11110 0 110011 1001101 110000 10100 111111 100000

Color Harmonies of #85411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85411E

Black with #85411E

Text Example


Text Example

White with #85411E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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