Html Css Color HEX #954C2A Alert Tan

📋 copy color: '#954C2A'

red 149 ◦ green 76 ◦ blue 42

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

Shades of Alert Tan #954C2A

Tints of Alert Tan #954C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 55.81%
G = 28.46%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#954C2A (or 0x954C2A) is known color: Alert Tan. HEX triplet: 95, 4C and 2A. RGB value is (149,76,42). Sum of RGB (Red+Green+Blue) = 149+76+42=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #954C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C2A is #6AB3D5. Grayscale: #5E5E5E. Windows color (decimal): -6992854 or 2772117. OLE color: 2772117.

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

Color convert

RGB 149 76 42 -
CMYK 0 0.49 0.72 0.42
HSL 19.07º 0.56% 0.37% -
HSV(B) 19.07º 0.72% 0.58% -
XYZ 15.4 11.73 3.64 -
YUV 93.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 149 76 42 0 0.49 0.72 0.42 19.07 0.56 0.37
Hex 95 4C 2A 0 31 48 2A 13 38 25
Octal 225 114 52 0 61 110 52 23 70 45
Binary 10010101 1001100 101010 0 110001 1001000 101010 10011 111000 100101

Color Harmonies of #954C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C2A

Black with #954C2A

Text Example


Text Example

White with #954C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,76,42); }

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

background-color css

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

 a { background-color: rgb(149,76,42); }

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

border-color css

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

 span { border-color: rgb(149,76,42); }

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