Html Css Color HEX #85441B Russet

📋 copy color: '#85441B'

red 133 ◦ green 68 ◦ blue 27

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

Shades of Russet #85441B

Tints of Russet #85441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.84%

R = 58.33%
G = 29.82%
B = 11.84%

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

#85441B (or 0x85441B) is known color: Russet. HEX triplet: 85, 44 and 1B. RGB value is (133,68,27). Sum of RGB (Red+Green+Blue) = 133+68+27=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85441B is #7ABBE4. Grayscale: #525252. Windows color (decimal): -8043493 or 1787013. OLE color: 1787013.

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

Color convert

RGB 133 68 27 -
CMYK 0 0.49 0.80 0.48
HSL 23.21º 0.66% 0.31% -
HSV(B) 23.21º 0.8% 0.52% -
XYZ 11.94 9.2 2.18 -
YUV 82.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 133 68 27 0 0.49 0.80 0.48 23.21 0.66 0.31
Hex 85 44 1B 0 31 50 30 17 42 1F
Octal 205 104 33 0 61 120 60 27 102 37
Binary 10000101 1000100 11011 0 110001 1010000 110000 10111 1000010 11111

Color Harmonies of #85441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85441B

Black with #85441B

Text Example


Text Example

White with #85441B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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