Html Css Color HEX #85421E Russet

📋 copy color: '#85421E'

red 133 ◦ green 66 ◦ blue 30

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

Shades of Russet #85421E

Tints of Russet #85421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 58.08%
G = 28.82%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85421E (or 0x85421E) is known color: Russet. HEX triplet: 85, 42 and 1E. RGB value is (133,66,30). Sum of RGB (Red+Green+Blue) = 133+66+30=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85421E is #7ABDE1. Grayscale: #525252. Windows color (decimal): -8044002 or 1983109. OLE color: 1983109.

HSL color Cylindrical-coordinate representation of color #85421E: hue angle of 20.97º 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 #85421E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 30 -
CMYK 0 0.50 0.77 0.48
HSL 20.97º 0.63% 0.32% -
HSV(B) 20.97º 0.77% 0.52% -
XYZ 11.86 8.98 2.34 -
YUV 81.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 133 66 30 0 0.50 0.77 0.48 20.97 0.63 0.32
Hex 85 42 1E 0 32 4D 30 15 3F 20
Octal 205 102 36 0 62 115 60 25 77 40
Binary 10000101 1000010 11110 0 110010 1001101 110000 10101 111111 100000

Color Harmonies of #85421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85421E

Black with #85421E

Text Example


Text Example

White with #85421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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