Html Css Color HEX #85441F Russet

📋 copy color: '#85441F'

red 133 ◦ green 68 ◦ blue 31

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

Shades of Russet #85441F

Tints of Russet #85441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 57.33%
G = 29.31%
B = 13.36%

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

#85441F (or 0x85441F) is known color: Russet. HEX triplet: 85, 44 and 1F. RGB value is (133,68,31). Sum of RGB (Red+Green+Blue) = 133+68+31=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85441F is #7ABBE0. Grayscale: #535353. Windows color (decimal): -8043489 or 2049157. OLE color: 2049157.

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

Color convert

RGB 133 68 31 -
CMYK 0 0.49 0.77 0.48
HSL 21.76º 0.62% 0.32% -
HSV(B) 21.76º 0.77% 0.52% -
XYZ 11.99 9.22 2.44 -
YUV 83.22 98.53 163.51 -
System Red Green Blue C M Y K H S L
Decimal 133 68 31 0 0.49 0.77 0.48 21.76 0.62 0.32
Hex 85 44 1F 0 31 4D 30 16 3E 20
Octal 205 104 37 0 61 115 60 26 76 40
Binary 10000101 1000100 11111 0 110001 1001101 110000 10110 111110 100000

Color Harmonies of #85441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85441F

Black with #85441F

Text Example


Text Example

White with #85441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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