Html Css Color HEX #854A18 Russet

📋 copy color: '#854A18'

red 133 ◦ green 74 ◦ blue 24

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

Shades of Russet #854A18

Tints of Russet #854A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.39%

R = 57.58%
G = 32.03%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#854A18 (or 0x854A18) is known color: Russet. HEX triplet: 85, 4A and 18. RGB value is (133,74,24). Sum of RGB (Red+Green+Blue) = 133+74+24=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #854A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854A18 is #7AB5E7. Grayscale: #565656. Windows color (decimal): -8041960 or 1591941. OLE color: 1591941.

HSL color Cylindrical-coordinate representation of color #854A18: hue angle of 27.52º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #854A18 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 74 24 -
CMYK 0 0.44 0.82 0.48
HSL 27.52º 0.69% 0.31% -
HSV(B) 27.52º 0.82% 0.52% -
XYZ 12.29 9.95 2.14 -
YUV 85.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 133 74 24 0 0.44 0.82 0.48 27.52 0.69 0.31
Hex 85 4A 18 0 2C 52 30 1C 45 1F
Octal 205 112 30 0 54 122 60 34 105 37
Binary 10000101 1001010 11000 0 101100 1010010 110000 11100 1000101 11111

Color Harmonies of #854A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854A18

Black with #854A18

Text Example


Text Example

White with #854A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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