Html Css Color HEX #85421A Russet

📋 copy color: '#85421A'

red 133 ◦ green 66 ◦ blue 26

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

Shades of Russet #85421A

Tints of Russet #85421A

RGB

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

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

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

R = 59.11%
G = 29.33%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85421A (or 0x85421A) is known color: Russet. HEX triplet: 85, 42 and 1A. RGB value is (133,66,26). Sum of RGB (Red+Green+Blue) = 133+66+26=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85421A is #7ABDE5. Grayscale: #515151. Windows color (decimal): -8044006 or 1720965. OLE color: 1720965.

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

Color convert

RGB 133 66 26 -
CMYK 0 0.50 0.80 0.48
HSL 22.43º 0.67% 0.31% -
HSV(B) 22.43º 0.8% 0.52% -
XYZ 11.81 8.96 2.08 -
YUV 81.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 133 66 26 0 0.50 0.80 0.48 22.43 0.67 0.31
Hex 85 42 1A 0 32 50 30 16 43 1F
Octal 205 102 32 0 62 120 60 26 103 37
Binary 10000101 1000010 11010 0 110010 1010000 110000 10110 1000011 11111

Color Harmonies of #85421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85421A

Black with #85421A

Text Example


Text Example

White with #85421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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