Html Css Color HEX #854E1E Russet

📋 copy color: '#854E1E'

red 133 ◦ green 78 ◦ blue 30

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

Shades of Russet #854E1E

Tints of Russet #854E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 55.19%
G = 32.37%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#854E1E (or 0x854E1E) is known color: Russet. HEX triplet: 85, 4E and 1E. RGB value is (133,78,30). Sum of RGB (Red+Green+Blue) = 133+78+30=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E1E is #7AB1E1. Grayscale: #595959. Windows color (decimal): -8040930 or 1986181. OLE color: 1986181.

HSL color Cylindrical-coordinate representation of color #854E1E: hue angle of 27.96º degrees, saturation: 0.63, 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 #854E1E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 78 30 -
CMYK 0 0.41 0.77 0.48
HSL 27.96º 0.63% 0.32% -
HSV(B) 27.96º 0.77% 0.52% -
XYZ 12.63 10.53 2.59 -
YUV 88.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 133 78 30 0 0.41 0.77 0.48 27.96 0.63 0.32
Hex 85 4E 1E 0 29 4D 30 1C 3F 20
Octal 205 116 36 0 51 115 60 34 77 40
Binary 10000101 1001110 11110 0 101001 1001101 110000 11100 111111 100000

Color Harmonies of #854E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E1E

Black with #854E1E

Text Example


Text Example

White with #854E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,78,30); }

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

background-color css

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

 a { background-color: rgb(133,78,30); }

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

border-color css

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

 span { border-color: rgb(133,78,30); }

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