Html Css Color HEX #854C1E Russet

📋 copy color: '#854C1E'

red 133 ◦ green 76 ◦ blue 30

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

Shades of Russet #854C1E

Tints of Russet #854C1E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

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

R = 55.65%
G = 31.8%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#854C1E (or 0x854C1E) is known color: Russet. HEX triplet: 85, 4C and 1E. RGB value is (133,76,30). Sum of RGB (Red+Green+Blue) = 133+76+30=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #854C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C1E is #7AB3E1. Grayscale: #585858. Windows color (decimal): -8041442 or 1985669. OLE color: 1985669.

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

Color convert

RGB 133 76 30 -
CMYK 0 0.43 0.77 0.48
HSL 26.8º 0.63% 0.32% -
HSV(B) 26.8º 0.77% 0.52% -
XYZ 12.49 10.25 2.55 -
YUV 87.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 133 76 30 0 0.43 0.77 0.48 26.8 0.63 0.32
Hex 85 4C 1E 0 2B 4D 30 1B 3F 20
Octal 205 114 36 0 53 115 60 33 77 40
Binary 10000101 1001100 11110 0 101011 1001101 110000 11011 111111 100000

Color Harmonies of #854C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C1E

Black with #854C1E

Text Example


Text Example

White with #854C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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