Html Css Color HEX #844D1B Russet

📋 copy color: '#844D1B'

red 132 ◦ green 77 ◦ blue 27

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

Shades of Russet #844D1B

Tints of Russet #844D1B

RGB

 RED value IS 132 (51.95% from 255) = 55.93%

 GREEN value IS 77 (30.47% from 255) = 32.63%

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 55.93%
G = 32.63%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#844D1B (or 0x844D1B) is known color: Russet. HEX triplet: 84, 4D and 1B. RGB value is (132,77,27). Sum of RGB (Red+Green+Blue) = 132+77+27=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #844D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D1B is #7BB2E4. Grayscale: #585858. Windows color (decimal): -8106725 or 1789316. OLE color: 1789316.

HSL color Cylindrical-coordinate representation of color #844D1B: hue angle of 28.57º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #844D1B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 27 -
CMYK 0 0.42 0.80 0.48
HSL 28.57º 0.66% 0.31% -
HSV(B) 28.57º 0.8% 0.52% -
XYZ 12.37 10.29 2.37 -
YUV 87.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 132 77 27 0 0.42 0.80 0.48 28.57 0.66 0.31
Hex 84 4D 1B 0 2A 50 30 1D 42 1F
Octal 204 115 33 0 52 120 60 35 102 37
Binary 10000100 1001101 11011 0 101010 1010000 110000 11101 1000010 11111

Color Harmonies of #844D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D1B

Black with #844D1B

Text Example


Text Example

White with #844D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D1B; }

 p { color: rgb(132,77,27); }

 H1.HeaderClassName
 {
   color: #844D1B;
 }
 .AnyTagClassName
 {
   color: #844D1B;
 }
</style>

background-color css

<style>
 a { background-color: #844D1B; }

 a { background-color: rgb(132,77,27); }

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

border-color css

<style>
 span { border-color: #844D1B; }

 span { border-color: rgb(132,77,27); }

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