Html Css Color HEX #954A2F Alert Tan

📋 copy color: '#954A2F'

red 149 ◦ green 74 ◦ blue 47

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

Shades of Alert Tan #954A2F

Tints of Alert Tan #954A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 55.19%
G = 27.41%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954A2F (or 0x954A2F) is known color: Alert Tan. HEX triplet: 95, 4A and 2F. RGB value is (149,74,47). Sum of RGB (Red+Green+Blue) = 149+74+47=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #954A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A2F is #6AB5D0. Grayscale: #5D5D5D. Windows color (decimal): -6993361 or 3099285. OLE color: 3099285.

HSL color Cylindrical-coordinate representation of color #954A2F: hue angle of 15.88º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #954A2F is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 47 -
CMYK 0 0.50 0.68 0.42
HSL 15.88º 0.52% 0.38% -
HSV(B) 15.88º 0.68% 0.58% -
XYZ 15.36 11.49 4.1 -
YUV 93.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 149 74 47 0 0.50 0.68 0.42 15.88 0.52 0.38
Hex 95 4A 2F 0 32 44 2A 10 34 26
Octal 225 112 57 0 62 104 52 20 64 46
Binary 10010101 1001010 101111 0 110010 1000100 101010 10000 110100 100110

Color Harmonies of #954A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A2F

Black with #954A2F

Text Example


Text Example

White with #954A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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