Html Css Color HEX #954D2A Alert Tan

📋 copy color: '#954D2A'

red 149 ◦ green 77 ◦ blue 42

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

Shades of Alert Tan #954D2A

Tints of Alert Tan #954D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.67%

R = 55.6%
G = 28.73%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954D2A (or 0x954D2A) is known color: Alert Tan. HEX triplet: 95, 4D and 2A. RGB value is (149,77,42). Sum of RGB (Red+Green+Blue) = 149+77+42=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #954D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D2A is #6AB2D5. Grayscale: #5E5E5E. Windows color (decimal): -6992598 or 2772373. OLE color: 2772373.

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

Color convert

RGB 149 77 42 -
CMYK 0 0.48 0.72 0.42
HSL 19.63º 0.56% 0.37% -
HSV(B) 19.63º 0.72% 0.58% -
XYZ 15.47 11.86 3.67 -
YUV 94.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 149 77 42 0 0.48 0.72 0.42 19.63 0.56 0.37
Hex 95 4D 2A 0 30 48 2A 14 38 25
Octal 225 115 52 0 60 110 52 24 70 45
Binary 10010101 1001101 101010 0 110000 1001000 101010 10100 111000 100101

Color Harmonies of #954D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D2A

Black with #954D2A

Text Example


Text Example

White with #954D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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