Html Css Color HEX #954728 Alert Tan

📋 copy color: '#954728'

red 149 ◦ green 71 ◦ blue 40

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

Shades of Alert Tan #954728

Tints of Alert Tan #954728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 57.31%
G = 27.31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#954728 (or 0x954728) is known color: Alert Tan. HEX triplet: 95, 47 and 28. RGB value is (149,71,40). Sum of RGB (Red+Green+Blue) = 149+71+40=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #954728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954728 is #6AB8D7. Grayscale: #5A5A5A. Windows color (decimal): -6994136 or 2639765. OLE color: 2639765.

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

Color convert

RGB 149 71 40 -
CMYK 0 0.52 0.73 0.42
HSL 17.06º 0.58% 0.37% -
HSV(B) 17.06º 0.73% 0.58% -
XYZ 15.03 11.05 3.35 -
YUV 90.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 149 71 40 0 0.52 0.73 0.42 17.06 0.58 0.37
Hex 95 47 28 0 34 49 2A 11 3A 25
Octal 225 107 50 0 64 111 52 21 72 45
Binary 10010101 1000111 101000 0 110100 1001001 101010 10001 111010 100101

Color Harmonies of #954728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954728

Black with #954728

Text Example


Text Example

White with #954728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954728; }

 p { color: rgb(149,71,40); }

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

background-color css

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

 a { background-color: rgb(149,71,40); }

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

border-color css

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

 span { border-color: rgb(149,71,40); }

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