Html Css Color HEX #954C20 Alert Tan

📋 copy color: '#954C20'

red 149 ◦ green 76 ◦ blue 32

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

Shades of Alert Tan #954C20

Tints of Alert Tan #954C20

RGB

 RED value IS 149 (58.59% from 255) = 57.98%

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

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

R = 57.98%
G = 29.57%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#954C20 (or 0x954C20) is known color: Alert Tan. HEX triplet: 95, 4C and 20. RGB value is (149,76,32). Sum of RGB (Red+Green+Blue) = 149+76+32=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C20 is #6AB3DF. Grayscale: #5D5D5D. Windows color (decimal): -6992864 or 2116757. OLE color: 2116757.

HSL color Cylindrical-coordinate representation of color #954C20: hue angle of 22.56º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #954C20 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 32 -
CMYK 0 0.49 0.79 0.42
HSL 22.56º 0.65% 0.35% -
HSV(B) 22.56º 0.79% 0.58% -
XYZ 15.24 11.66 2.81 -
YUV 92.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 149 76 32 0 0.49 0.79 0.42 22.56 0.65 0.35
Hex 95 4C 20 0 31 4F 2A 17 41 23
Octal 225 114 40 0 61 117 52 27 101 43
Binary 10010101 1001100 100000 0 110001 1001111 101010 10111 1000001 100011

Color Harmonies of #954C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C20

Black with #954C20

Text Example


Text Example

White with #954C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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