Html Css Color HEX #954A2A Alert Tan

📋 copy color: '#954A2A'

red 149 ◦ green 74 ◦ blue 42

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

Shades of Alert Tan #954A2A

Tints of Alert Tan #954A2A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 56.23%
G = 27.92%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954A2A (or 0x954A2A) is known color: Alert Tan. HEX triplet: 95, 4A and 2A. RGB value is (149,74,42). Sum of RGB (Red+Green+Blue) = 149+74+42=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #954A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A2A is #6AB5D5. Grayscale: #5C5C5C. Windows color (decimal): -6993366 or 2771605. OLE color: 2771605.

HSL color Cylindrical-coordinate representation of color #954A2A: hue angle of 17.94º 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 #954A2A is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 42 -
CMYK 0 0.50 0.72 0.42
HSL 17.94º 0.56% 0.37% -
HSV(B) 17.94º 0.72% 0.58% -
XYZ 15.26 11.45 3.6 -
YUV 92.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 149 74 42 0 0.50 0.72 0.42 17.94 0.56 0.37
Hex 95 4A 2A 0 32 48 2A 12 38 25
Octal 225 112 52 0 62 110 52 22 70 45
Binary 10010101 1001010 101010 0 110010 1001000 101010 10010 111000 100101

Color Harmonies of #954A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A2A

Black with #954A2A

Text Example


Text Example

White with #954A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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