Html Css Color HEX #954A30 Alert Tan

📋 copy color: '#954A30'

red 149 ◦ green 74 ◦ blue 48

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

Shades of Alert Tan #954A30

Tints of Alert Tan #954A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.71%

R = 54.98%
G = 27.31%
B = 17.71%

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

#954A30 (or 0x954A30) is known color: Alert Tan. HEX triplet: 95, 4A and 30. RGB value is (149,74,48). Sum of RGB (Red+Green+Blue) = 149+74+48=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A30 is #6AB5CF. Grayscale: #5D5D5D. Windows color (decimal): -6993360 or 3164821. OLE color: 3164821.

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

Color convert

RGB 149 74 48 -
CMYK 0 0.50 0.68 0.42
HSL 15.45º 0.51% 0.39% -
HSV(B) 15.45º 0.68% 0.58% -
XYZ 15.38 11.5 4.21 -
YUV 93.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 149 74 48 0 0.50 0.68 0.42 15.45 0.51 0.39
Hex 95 4A 30 0 32 44 2A F 33 27
Octal 225 112 60 0 62 104 52 17 63 47
Binary 10010101 1001010 110000 0 110010 1000100 101010 1111 110011 100111

Color Harmonies of #954A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A30

Black with #954A30

Text Example


Text Example

White with #954A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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