Html Css Color HEX #954C28 Alert Tan

📋 copy color: '#954C28'

red 149 ◦ green 76 ◦ blue 40

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

Shades of Alert Tan #954C28

Tints of Alert Tan #954C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 56.23%
G = 28.68%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#954C28 (or 0x954C28) is known color: Alert Tan. HEX triplet: 95, 4C and 28. RGB value is (149,76,40). Sum of RGB (Red+Green+Blue) = 149+76+40=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C28 is #6AB3D7. Grayscale: #5D5D5D. Windows color (decimal): -6992856 or 2641045. OLE color: 2641045.

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

Color convert

RGB 149 76 40 -
CMYK 0 0.49 0.73 0.42
HSL 19.82º 0.58% 0.37% -
HSV(B) 19.82º 0.73% 0.58% -
XYZ 15.36 11.71 3.46 -
YUV 93.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 149 76 40 0 0.49 0.73 0.42 19.82 0.58 0.37
Hex 95 4C 28 0 31 49 2A 14 3A 25
Octal 225 114 50 0 61 111 52 24 72 45
Binary 10010101 1001100 101000 0 110001 1001001 101010 10100 111010 100101

Color Harmonies of #954C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C28

Black with #954C28

Text Example


Text Example

White with #954C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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