Html Css Color HEX #954C35 Alert Tan

📋 copy color: '#954C35'

red 149 ◦ green 76 ◦ blue 53

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

Shades of Alert Tan #954C35

Tints of Alert Tan #954C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 53.6%
G = 27.34%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#954C35 (or 0x954C35) is known color: Alert Tan. HEX triplet: 95, 4C and 35. RGB value is (149,76,53). Sum of RGB (Red+Green+Blue) = 149+76+53=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C35 is #6AB3CA. Grayscale: #5F5F5F. Windows color (decimal): -6992843 or 3493013. OLE color: 3493013.

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

Color convert

RGB 149 76 53 -
CMYK 0 0.49 0.64 0.42
HSL 14.38º 0.48% 0.4% -
HSV(B) 14.38º 0.64% 0.58% -
XYZ 15.62 11.82 4.83 -
YUV 95.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 149 76 53 0 0.49 0.64 0.42 14.38 0.48 0.4
Hex 95 4C 35 0 31 40 2A E 30 28
Octal 225 114 65 0 61 100 52 16 60 50
Binary 10010101 1001100 110101 0 110001 1000000 101010 1110 110000 101000

Color Harmonies of #954C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C35

Black with #954C35

Text Example


Text Example

White with #954C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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