Html Css Color HEX #954C30 Alert Tan

📋 copy color: '#954C30'

red 149 ◦ green 76 ◦ blue 48

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

Shades of Alert Tan #954C30

Tints of Alert Tan #954C30

RGB

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

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

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

R = 54.58%
G = 27.84%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#954C30 (or 0x954C30) is known color: Alert Tan. HEX triplet: 95, 4C and 30. RGB value is (149,76,48). Sum of RGB (Red+Green+Blue) = 149+76+48=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #954C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C30 is #6AB3CF. Grayscale: #5E5E5E. Windows color (decimal): -6992848 or 3165333. OLE color: 3165333.

HSL color Cylindrical-coordinate representation of color #954C30: hue angle of 16.63º 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 #954C30 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 76 48 -
CMYK 0 0.49 0.68 0.42
HSL 16.63º 0.51% 0.39% -
HSV(B) 16.63º 0.68% 0.58% -
XYZ 15.51 11.77 4.25 -
YUV 94.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 149 76 48 0 0.49 0.68 0.42 16.63 0.51 0.39
Hex 95 4C 30 0 31 44 2A 11 33 27
Octal 225 114 60 0 61 104 52 21 63 47
Binary 10010101 1001100 110000 0 110001 1000100 101010 10001 110011 100111

Color Harmonies of #954C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C30

Black with #954C30

Text Example


Text Example

White with #954C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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