Html Css Color HEX #85461C Russet

📋 copy color: '#85461C'

red 133 ◦ green 70 ◦ blue 28

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

Shades of Russet #85461C

Tints of Russet #85461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.3%

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 57.58%
G = 30.3%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85461C (or 0x85461C) is known color: Russet. HEX triplet: 85, 46 and 1C. RGB value is (133,70,28). Sum of RGB (Red+Green+Blue) = 133+70+28=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85461C is #7AB9E3. Grayscale: #545454. Windows color (decimal): -8042980 or 1853061. OLE color: 1853061.

HSL color Cylindrical-coordinate representation of color #85461C: hue angle of 24º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85461C is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 28 -
CMYK 0 0.47 0.79 0.48
HSL 24º 0.65% 0.32% -
HSV(B) 24º 0.79% 0.52% -
XYZ 12.07 9.45 2.29 -
YUV 84.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 133 70 28 0 0.47 0.79 0.48 24 0.65 0.32
Hex 85 46 1C 0 2F 4F 30 18 41 20
Octal 205 106 34 0 57 117 60 30 101 40
Binary 10000101 1000110 11100 0 101111 1001111 110000 11000 1000001 100000

Color Harmonies of #85461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85461C

Black with #85461C

Text Example


Text Example

White with #85461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85461C; }

 p { color: rgb(133,70,28); }

 H1.HeaderClassName
 {
   color: #85461C;
 }
 .AnyTagClassName
 {
   color: #85461C;
 }
</style>

background-color css

<style>
 a { background-color: #85461C; }

 a { background-color: rgb(133,70,28); }

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

border-color css

<style>
 span { border-color: #85461C; }

 span { border-color: rgb(133,70,28); }

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