Html Css Color HEX #85451C Russet

📋 copy color: '#85451C'

red 133 ◦ green 69 ◦ blue 28

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

Shades of Russet #85451C

Tints of Russet #85451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30%

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

R = 57.83%
G = 30%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85451C (or 0x85451C) is known color: Russet. HEX triplet: 85, 45 and 1C. RGB value is (133,69,28). Sum of RGB (Red+Green+Blue) = 133+69+28=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85451C is #7ABAE3. Grayscale: #535353. Windows color (decimal): -8043236 or 1852805. OLE color: 1852805.

HSL color Cylindrical-coordinate representation of color #85451C: hue angle of 23.43º 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 #85451C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 28 -
CMYK 0 0.48 0.79 0.48
HSL 23.43º 0.65% 0.32% -
HSV(B) 23.43º 0.79% 0.52% -
XYZ 12.01 9.33 2.27 -
YUV 83.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 133 69 28 0 0.48 0.79 0.48 23.43 0.65 0.32
Hex 85 45 1C 0 30 4F 30 17 41 20
Octal 205 105 34 0 60 117 60 27 101 40
Binary 10000101 1000101 11100 0 110000 1001111 110000 10111 1000001 100000

Color Harmonies of #85451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85451C

Black with #85451C

Text Example


Text Example

White with #85451C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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