Html Css Color HEX #854C1F Russet

📋 copy color: '#854C1F'

red 133 ◦ green 76 ◦ blue 31

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

Shades of Russet #854C1F

Tints of Russet #854C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 55.42%
G = 31.67%
B = 12.92%

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

#854C1F (or 0x854C1F) is known color: Russet. HEX triplet: 85, 4C and 1F. RGB value is (133,76,31). Sum of RGB (Red+Green+Blue) = 133+76+31=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #854C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C1F is #7AB3E0. Grayscale: #585858. Windows color (decimal): -8041441 or 2051205. OLE color: 2051205.

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

Color convert

RGB 133 76 31 -
CMYK 0 0.43 0.77 0.48
HSL 26.47º 0.62% 0.32% -
HSV(B) 26.47º 0.77% 0.52% -
XYZ 12.5 10.25 2.62 -
YUV 87.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 133 76 31 0 0.43 0.77 0.48 26.47 0.62 0.32
Hex 85 4C 1F 0 2B 4D 30 1A 3E 20
Octal 205 114 37 0 53 115 60 32 76 40
Binary 10000101 1001100 11111 0 101011 1001101 110000 11010 111110 100000

Color Harmonies of #854C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C1F

Black with #854C1F

Text Example


Text Example

White with #854C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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