Html Css Color HEX #854E1A Russet

📋 copy color: '#854E1A'

red 133 ◦ green 78 ◦ blue 26

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

Shades of Russet #854E1A

Tints of Russet #854E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 56.12%
G = 32.91%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#854E1A (or 0x854E1A) is known color: Russet. HEX triplet: 85, 4E and 1A. RGB value is (133,78,26). Sum of RGB (Red+Green+Blue) = 133+78+26=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #854E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E1A is #7AB1E5. Grayscale: #585858. Windows color (decimal): -8040934 or 1724037. OLE color: 1724037.

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

Color convert

RGB 133 78 26 -
CMYK 0 0.41 0.80 0.48
HSL 29.16º 0.67% 0.31% -
HSV(B) 29.16º 0.8% 0.52% -
XYZ 12.58 10.51 2.34 -
YUV 88.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 133 78 26 0 0.41 0.80 0.48 29.16 0.67 0.31
Hex 85 4E 1A 0 29 50 30 1D 43 1F
Octal 205 116 32 0 51 120 60 35 103 37
Binary 10000101 1001110 11010 0 101001 1010000 110000 11101 1000011 11111

Color Harmonies of #854E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E1A

Black with #854E1A

Text Example


Text Example

White with #854E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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