Html Css Color HEX #854D1C Russet

📋 copy color: '#854D1C'

red 133 ◦ green 77 ◦ blue 28

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

Shades of Russet #854D1C

Tints of Russet #854D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

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

R = 55.88%
G = 32.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#854D1C (or 0x854D1C) is known color: Russet. HEX triplet: 85, 4D and 1C. RGB value is (133,77,28). Sum of RGB (Red+Green+Blue) = 133+77+28=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #854D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D1C is #7AB2E3. Grayscale: #585858. Windows color (decimal): -8041188 or 1854853. OLE color: 1854853.

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

Color convert

RGB 133 77 28 -
CMYK 0 0.42 0.79 0.48
HSL 28º 0.65% 0.32% -
HSV(B) 28º 0.79% 0.52% -
XYZ 12.54 10.38 2.44 -
YUV 88.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 133 77 28 0 0.42 0.79 0.48 28 0.65 0.32
Hex 85 4D 1C 0 2A 4F 30 1C 41 20
Octal 205 115 34 0 52 117 60 34 101 40
Binary 10000101 1001101 11100 0 101010 1001111 110000 11100 1000001 100000

Color Harmonies of #854D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D1C

Black with #854D1C

Text Example


Text Example

White with #854D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D1C; }

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

 H1.HeaderClassName
 {
   color: #854D1C;
 }
 .AnyTagClassName
 {
   color: #854D1C;
 }
</style>

background-color css

<style>
 a { background-color: #854D1C; }

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

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

border-color css

<style>
 span { border-color: #854D1C; }

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

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