Html Css Color HEX #964D31 Alert Tan

📋 copy color: '#964D31'

red 150 ◦ green 77 ◦ blue 49

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

Shades of Alert Tan #964D31

Tints of Alert Tan #964D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 54.35%
G = 27.9%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964D31 (or 0x964D31) is known color: Alert Tan. HEX triplet: 96, 4D and 31. RGB value is (150,77,49). Sum of RGB (Red+Green+Blue) = 150+77+49=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #964D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964D31 is #69B2CE. Grayscale: #5F5F5F. Windows color (decimal): -6927055 or 3231126. OLE color: 3231126.

HSL color Cylindrical-coordinate representation of color #964D31: hue angle of 16.63º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964D31 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 77 49 -
CMYK 0 0.49 0.67 0.41
HSL 16.63º 0.51% 0.39% -
HSV(B) 16.63º 0.67% 0.59% -
XYZ 15.79 12.01 4.39 -
YUV 95.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 150 77 49 0 0.49 0.67 0.41 16.63 0.51 0.39
Hex 96 4D 31 0 31 43 29 11 33 27
Octal 226 115 61 0 61 103 51 21 63 47
Binary 10010110 1001101 110001 0 110001 1000011 101001 10001 110011 100111

Color Harmonies of #964D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964D31

Black with #964D31

Text Example


Text Example

White with #964D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964D31; }

 p { color: rgb(150,77,49); }

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

background-color css

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

 a { background-color: rgb(150,77,49); }

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

border-color css

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

 span { border-color: rgb(150,77,49); }

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