Html Css Color HEX #954D34 Alert Tan

📋 copy color: '#954D34'

red 149 ◦ green 77 ◦ blue 52

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

Shades of Alert Tan #954D34

Tints of Alert Tan #954D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 52 (20.7% from 255) = 18.71%

R = 53.6%
G = 27.7%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#954D34 (or 0x954D34) is known color: Alert Tan. HEX triplet: 95, 4D and 34. RGB value is (149,77,52). Sum of RGB (Red+Green+Blue) = 149+77+52=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #954D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D34 is #6AB2CB. Grayscale: #5F5F5F. Windows color (decimal): -6992588 or 3427733. OLE color: 3427733.

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

Color convert

RGB 149 77 52 -
CMYK 0 0.48 0.65 0.42
HSL 15.46º 0.48% 0.39% -
HSV(B) 15.46º 0.65% 0.58% -
XYZ 15.67 11.95 4.73 -
YUV 95.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 149 77 52 0 0.48 0.65 0.42 15.46 0.48 0.39
Hex 95 4D 34 0 30 41 2A F 30 27
Octal 225 115 64 0 60 101 52 17 60 47
Binary 10010101 1001101 110100 0 110000 1000001 101010 1111 110000 100111

Color Harmonies of #954D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D34

Black with #954D34

Text Example


Text Example

White with #954D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,52); }

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

background-color css

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

 a { background-color: rgb(149,77,52); }

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

border-color css

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

 span { border-color: rgb(149,77,52); }

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