Html Css Color HEX #884C20 Russet

📋 copy color: '#884C20'

red 136 ◦ green 76 ◦ blue 32

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

Shades of Russet #884C20

Tints of Russet #884C20

RGB

 RED value IS 136 (53.52% from 255) = 55.74%

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 55.74%
G = 31.15%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#884C20 (or 0x884C20) is known color: Russet. HEX triplet: 88, 4C and 20. RGB value is (136,76,32). Sum of RGB (Red+Green+Blue) = 136+76+32=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C20 is #77B3DF. Grayscale: #595959. Windows color (decimal): -7844832 or 2116744. OLE color: 2116744.

HSL color Cylindrical-coordinate representation of color #884C20: hue angle of 25.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884C20 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 32 -
CMYK 0 0.44 0.76 0.47
HSL 25.38º 0.62% 0.33% -
HSV(B) 25.38º 0.76% 0.53% -
XYZ 13 10.51 2.71 -
YUV 88.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 136 76 32 0 0.44 0.76 0.47 25.38 0.62 0.33
Hex 88 4C 20 0 2C 4C 2F 19 3E 21
Octal 210 114 40 0 54 114 57 31 76 41
Binary 10001000 1001100 100000 0 101100 1001100 101111 11001 111110 100001

Color Harmonies of #884C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C20

Black with #884C20

Text Example


Text Example

White with #884C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C20; }

 p { color: rgb(136,76,32); }

 H1.HeaderClassName
 {
   color: #884C20;
 }
 .AnyTagClassName
 {
   color: #884C20;
 }
</style>

background-color css

<style>
 a { background-color: #884C20; }

 a { background-color: rgb(136,76,32); }

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

border-color css

<style>
 span { border-color: #884C20; }

 span { border-color: rgb(136,76,32); }

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