Html Css Color HEX #954C31 Alert Tan

📋 copy color: '#954C31'

red 149 ◦ green 76 ◦ blue 49

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

Shades of Alert Tan #954C31

Tints of Alert Tan #954C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.88%

R = 54.38%
G = 27.74%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#954C31 (or 0x954C31) is known color: Alert Tan. HEX triplet: 95, 4C and 31. RGB value is (149,76,49). Sum of RGB (Red+Green+Blue) = 149+76+49=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #954C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C31 is #6AB3CE. Grayscale: #5E5E5E. Windows color (decimal): -6992847 or 3230869. OLE color: 3230869.

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

Color convert

RGB 149 76 49 -
CMYK 0 0.49 0.67 0.42
HSL 16.2º 0.51% 0.39% -
HSV(B) 16.2º 0.67% 0.58% -
XYZ 15.53 11.78 4.36 -
YUV 94.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 149 76 49 0 0.49 0.67 0.42 16.2 0.51 0.39
Hex 95 4C 31 0 31 43 2A 10 33 27
Octal 225 114 61 0 61 103 52 20 63 47
Binary 10010101 1001100 110001 0 110001 1000011 101010 10000 110011 100111

Color Harmonies of #954C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C31

Black with #954C31

Text Example


Text Example

White with #954C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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