Html Css Color HEX #854C1D Russet

📋 copy color: '#854C1D'

red 133 ◦ green 76 ◦ blue 29

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

Shades of Russet #854C1D

Tints of Russet #854C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.18%

R = 55.88%
G = 31.93%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#854C1D (or 0x854C1D) is known color: Russet. HEX triplet: 85, 4C and 1D. RGB value is (133,76,29). Sum of RGB (Red+Green+Blue) = 133+76+29=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #854C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C1D is #7AB3E2. Grayscale: #575757. Windows color (decimal): -8041443 or 1920133. OLE color: 1920133.

HSL color Cylindrical-coordinate representation of color #854C1D: hue angle of 27.12º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #854C1D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 29 -
CMYK 0 0.43 0.78 0.48
HSL 27.12º 0.64% 0.32% -
HSV(B) 27.12º 0.78% 0.52% -
XYZ 12.48 10.24 2.48 -
YUV 87.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 133 76 29 0 0.43 0.78 0.48 27.12 0.64 0.32
Hex 85 4C 1D 0 2B 4E 30 1B 40 20
Octal 205 114 35 0 53 116 60 33 100 40
Binary 10000101 1001100 11101 0 101011 1001110 110000 11011 1000000 100000

Color Harmonies of #854C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C1D

Black with #854C1D

Text Example


Text Example

White with #854C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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