Html Css Color HEX #85401C Russet

📋 copy color: '#85401C'

red 133 ◦ green 64 ◦ blue 28

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

Shades of Russet #85401C

Tints of Russet #85401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 59.11%
G = 28.44%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85401C (or 0x85401C) is known color: Russet. HEX triplet: 85, 40 and 1C. RGB value is (133,64,28). Sum of RGB (Red+Green+Blue) = 133+64+28=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85401C is #7ABFE3. Grayscale: #505050. Windows color (decimal): -8044516 or 1851525. OLE color: 1851525.

HSL color Cylindrical-coordinate representation of color #85401C: hue angle of 20.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85401C is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 28 -
CMYK 0 0.52 0.79 0.48
HSL 20.57º 0.65% 0.32% -
HSV(B) 20.57º 0.79% 0.52% -
XYZ 11.72 8.74 2.17 -
YUV 80.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 133 64 28 0 0.52 0.79 0.48 20.57 0.65 0.32
Hex 85 40 1C 0 34 4F 30 15 41 20
Octal 205 100 34 0 64 117 60 25 101 40
Binary 10000101 1000000 11100 0 110100 1001111 110000 10101 1000001 100000

Color Harmonies of #85401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85401C

Black with #85401C

Text Example


Text Example

White with #85401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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