Html Css Color HEX #954F34 Alert Tan

📋 copy color: '#954F34'

red 149 ◦ green 79 ◦ blue 52

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

Shades of Alert Tan #954F34

Tints of Alert Tan #954F34

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 53.21%
G = 28.21%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#954F34 (or 0x954F34) is known color: Alert Tan. HEX triplet: 95, 4F and 34. RGB value is (149,79,52). Sum of RGB (Red+Green+Blue) = 149+79+52=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #954F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F34 is #6AB0CB. Grayscale: #616161. Windows color (decimal): -6992076 or 3428245. OLE color: 3428245.

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

Color convert

RGB 149 79 52 -
CMYK 0 0.47 0.65 0.42
HSL 16.7º 0.48% 0.39% -
HSV(B) 16.7º 0.65% 0.58% -
XYZ 15.81 12.23 4.78 -
YUV 96.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 149 79 52 0 0.47 0.65 0.42 16.7 0.48 0.39
Hex 95 4F 34 0 2F 41 2A 11 30 27
Octal 225 117 64 0 57 101 52 21 60 47
Binary 10010101 1001111 110100 0 101111 1000001 101010 10001 110000 100111

Color Harmonies of #954F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F34

Black with #954F34

Text Example


Text Example

White with #954F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,79,52); }

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

background-color css

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

 a { background-color: rgb(149,79,52); }

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

border-color css

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

 span { border-color: rgb(149,79,52); }

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