Html Css Color HEX #85441A Russet

📋 copy color: '#85441A'

red 133 ◦ green 68 ◦ blue 26

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

Shades of Russet #85441A

Tints of Russet #85441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

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

R = 58.59%
G = 29.96%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85441A (or 0x85441A) is known color: Russet. HEX triplet: 85, 44 and 1A. RGB value is (133,68,26). Sum of RGB (Red+Green+Blue) = 133+68+26=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85441A is #7ABBE5. Grayscale: #525252. Windows color (decimal): -8043494 or 1721477. OLE color: 1721477.

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

Color convert

RGB 133 68 26 -
CMYK 0 0.49 0.80 0.48
HSL 23.55º 0.67% 0.31% -
HSV(B) 23.55º 0.8% 0.52% -
XYZ 11.93 9.2 2.12 -
YUV 82.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 133 68 26 0 0.49 0.80 0.48 23.55 0.67 0.31
Hex 85 44 1A 0 31 50 30 18 43 1F
Octal 205 104 32 0 61 120 60 30 103 37
Binary 10000101 1000100 11010 0 110001 1010000 110000 11000 1000011 11111

Color Harmonies of #85441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85441A

Black with #85441A

Text Example


Text Example

White with #85441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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