Html Css Color HEX #954725 Alert Tan

📋 copy color: '#954725'

red 149 ◦ green 71 ◦ blue 37

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

Shades of Alert Tan #954725

Tints of Alert Tan #954725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 57.98%
G = 27.63%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#954725 (or 0x954725) is known color: Alert Tan. HEX triplet: 95, 47 and 25. RGB value is (149,71,37). Sum of RGB (Red+Green+Blue) = 149+71+37=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #954725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954725 is #6AB8DA. Grayscale: #5A5A5A. Windows color (decimal): -6994139 or 2443157. OLE color: 2443157.

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

Color convert

RGB 149 71 37 -
CMYK 0 0.52 0.75 0.42
HSL 18.21º 0.6% 0.36% -
HSV(B) 18.21º 0.75% 0.58% -
XYZ 14.98 11.03 3.09 -
YUV 90.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 149 71 37 0 0.52 0.75 0.42 18.21 0.6 0.36
Hex 95 47 25 0 34 4B 2A 12 3C 24
Octal 225 107 45 0 64 113 52 22 74 44
Binary 10010101 1000111 100101 0 110100 1001011 101010 10010 111100 100100

Color Harmonies of #954725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954725

Black with #954725

Text Example


Text Example

White with #954725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954725; }

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

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

background-color css

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

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

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

border-color css

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

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

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