Html Css Color HEX #85441E Russet

📋 copy color: '#85441E'

red 133 ◦ green 68 ◦ blue 30

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

Shades of Russet #85441E

Tints of Russet #85441E

RGB

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

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

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

R = 57.58%
G = 29.44%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85441E (or 0x85441E) is known color: Russet. HEX triplet: 85, 44 and 1E. RGB value is (133,68,30). Sum of RGB (Red+Green+Blue) = 133+68+30=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85441E is #7ABBE1. Grayscale: #535353. Windows color (decimal): -8043490 or 1983621. OLE color: 1983621.

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

Color convert

RGB 133 68 30 -
CMYK 0 0.49 0.77 0.48
HSL 22.14º 0.63% 0.32% -
HSV(B) 22.14º 0.77% 0.52% -
XYZ 11.97 9.21 2.38 -
YUV 83.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 133 68 30 0 0.49 0.77 0.48 22.14 0.63 0.32
Hex 85 44 1E 0 31 4D 30 16 3F 20
Octal 205 104 36 0 61 115 60 26 77 40
Binary 10000101 1000100 11110 0 110001 1001101 110000 10110 111111 100000

Color Harmonies of #85441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85441E

Black with #85441E

Text Example


Text Example

White with #85441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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