Html Css Color HEX #85401A Russet

📋 copy color: '#85401A'

red 133 ◦ green 64 ◦ blue 26

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

Shades of Russet #85401A

Tints of Russet #85401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 59.64%
G = 28.7%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85401A (or 0x85401A) is known color: Russet. HEX triplet: 85, 40 and 1A. RGB value is (133,64,26). Sum of RGB (Red+Green+Blue) = 133+64+26=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #85401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85401A is #7ABFE5. Grayscale: #505050. Windows color (decimal): -8044518 or 1720453. OLE color: 1720453.

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

Color convert

RGB 133 64 26 -
CMYK 0 0.52 0.80 0.48
HSL 21.31º 0.67% 0.31% -
HSV(B) 21.31º 0.8% 0.52% -
XYZ 11.69 8.73 2.05 -
YUV 80.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 133 64 26 0 0.52 0.80 0.48 21.31 0.67 0.31
Hex 85 40 1A 0 34 50 30 15 43 1F
Octal 205 100 32 0 64 120 60 25 103 37
Binary 10000101 1000000 11010 0 110100 1010000 110000 10101 1000011 11111

Color Harmonies of #85401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85401A

Black with #85401A

Text Example


Text Example

White with #85401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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