Html Css Color HEX #854A1E Russet

📋 copy color: '#854A1E'

red 133 ◦ green 74 ◦ blue 30

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

Shades of Russet #854A1E

Tints of Russet #854A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.22%

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

R = 56.12%
G = 31.22%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#854A1E (or 0x854A1E) is known color: Russet. HEX triplet: 85, 4A and 1E. RGB value is (133,74,30). Sum of RGB (Red+Green+Blue) = 133+74+30=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #854A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A1E is #7AB5E1. Grayscale: #565656. Windows color (decimal): -8041954 or 1985157. OLE color: 1985157.

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

Color convert

RGB 133 74 30 -
CMYK 0 0.44 0.77 0.48
HSL 25.63º 0.63% 0.32% -
HSV(B) 25.63º 0.77% 0.52% -
XYZ 12.36 9.98 2.5 -
YUV 86.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 133 74 30 0 0.44 0.77 0.48 25.63 0.63 0.32
Hex 85 4A 1E 0 2C 4D 30 1A 3F 20
Octal 205 112 36 0 54 115 60 32 77 40
Binary 10000101 1001010 11110 0 101100 1001101 110000 11010 111111 100000

Color Harmonies of #854A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A1E

Black with #854A1E

Text Example


Text Example

White with #854A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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