Html Css Color HEX #964929 Alert Tan

📋 copy color: '#964929'

red 150 ◦ green 73 ◦ blue 41

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

Shades of Alert Tan #964929

Tints of Alert Tan #964929

RGB

 RED value IS 150 (58.98% from 255) = 56.82%

 GREEN value IS 73 (28.91% from 255) = 27.65%

 BLUE value IS 41 (16.41% from 255) = 15.53%

R = 56.82%
G = 27.65%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#964929 (or 0x964929) is known color: Alert Tan. HEX triplet: 96, 49 and 29. RGB value is (150,73,41). Sum of RGB (Red+Green+Blue) = 150+73+41=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #964929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964929 is #69B6D6. Grayscale: #5C5C5C. Windows color (decimal): -6928087 or 2705814. OLE color: 2705814.

HSL color Cylindrical-coordinate representation of color #964929: hue angle of 17.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #964929 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 41 -
CMYK 0 0.51 0.73 0.41
HSL 17.61º 0.57% 0.37% -
HSV(B) 17.61º 0.73% 0.59% -
XYZ 15.36 11.41 3.49 -
YUV 92.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 150 73 41 0 0.51 0.73 0.41 17.61 0.57 0.37
Hex 96 49 29 0 33 49 29 12 39 25
Octal 226 111 51 0 63 111 51 22 71 45
Binary 10010110 1001001 101001 0 110011 1001001 101001 10010 111001 100101

Color Harmonies of #964929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964929

Black with #964929

Text Example


Text Example

White with #964929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964929; }

 p { color: rgb(150,73,41); }

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

background-color css

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

 a { background-color: rgb(150,73,41); }

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

border-color css

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

 span { border-color: rgb(150,73,41); }

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