Html Css Color HEX #954520 Alert Tan

📋 copy color: '#954520'

red 149 ◦ green 69 ◦ blue 32

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

Shades of Alert Tan #954520

Tints of Alert Tan #954520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 59.6%
G = 27.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#954520 (or 0x954520) is known color: Alert Tan. HEX triplet: 95, 45 and 20. RGB value is (149,69,32). Sum of RGB (Red+Green+Blue) = 149+69+32=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #954520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954520 is #6ABADF. Grayscale: #585858. Windows color (decimal): -6994656 or 2114965. OLE color: 2114965.

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

Color convert

RGB 149 69 32 -
CMYK 0 0.54 0.79 0.42
HSL 18.97º 0.65% 0.35% -
HSV(B) 18.97º 0.79% 0.58% -
XYZ 14.78 10.75 2.66 -
YUV 88.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 149 69 32 0 0.54 0.79 0.42 18.97 0.65 0.35
Hex 95 45 20 0 36 4F 2A 13 41 23
Octal 225 105 40 0 66 117 52 23 101 43
Binary 10010101 1000101 100000 0 110110 1001111 101010 10011 1000001 100011

Color Harmonies of #954520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954520

Black with #954520

Text Example


Text Example

White with #954520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954520; }

 p { color: rgb(149,69,32); }

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

background-color css

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

 a { background-color: rgb(149,69,32); }

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

border-color css

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

 span { border-color: rgb(149,69,32); }

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