Html Css Color HEX #954D32 Alert Tan

📋 copy color: '#954D32'

red 149 ◦ green 77 ◦ blue 50

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

Shades of Alert Tan #954D32

Tints of Alert Tan #954D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 53.99%
G = 27.9%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#954D32 (or 0x954D32) is known color: Alert Tan. HEX triplet: 95, 4D and 32. RGB value is (149,77,50). Sum of RGB (Red+Green+Blue) = 149+77+50=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #954D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D32 is #6AB2CD. Grayscale: #5F5F5F. Windows color (decimal): -6992590 or 3296661. OLE color: 3296661.

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

Color convert

RGB 149 77 50 -
CMYK 0 0.48 0.66 0.42
HSL 16.36º 0.5% 0.39% -
HSV(B) 16.36º 0.66% 0.58% -
XYZ 15.62 11.93 4.5 -
YUV 95.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 149 77 50 0 0.48 0.66 0.42 16.36 0.5 0.39
Hex 95 4D 32 0 30 42 2A 10 32 27
Octal 225 115 62 0 60 102 52 20 62 47
Binary 10010101 1001101 110010 0 110000 1000010 101010 10000 110010 100111

Color Harmonies of #954D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D32

Black with #954D32

Text Example


Text Example

White with #954D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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