Html Css Color HEX #964B32 Alert Tan

📋 copy color: '#964B32'

red 150 ◦ green 75 ◦ blue 50

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

Shades of Alert Tan #964B32

Tints of Alert Tan #964B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.27%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964B32 (or 0x964B32) is known color: Alert Tan. HEX triplet: 96, 4B and 32. RGB value is (150,75,50). Sum of RGB (Red+Green+Blue) = 150+75+50=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #964B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B32 is #69B4CD. Grayscale: #5E5E5E. Windows color (decimal): -6927566 or 3296150. OLE color: 3296150.

HSL color Cylindrical-coordinate representation of color #964B32: hue angle of 15º degrees, saturation: 0.5, 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 #964B32 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 50 -
CMYK 0 0.5 0.67 0.41
HSL 15º 0.5% 0.39% -
HSV(B) 15º 0.67% 0.59% -
XYZ 15.67 11.75 4.46 -
YUV 94.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 150 75 50 0 0.5 0.67 0.41 15 0.5 0.39
Hex 96 4B 32 0 32 43 29 F 32 27
Octal 226 113 62 0 62 103 51 17 62 47
Binary 10010110 1001011 110010 0 110010 1000011 101001 1111 110010 100111

Color Harmonies of #964B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B32

Black with #964B32

Text Example


Text Example

White with #964B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,75,50); }

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

background-color css

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

 a { background-color: rgb(150,75,50); }

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

border-color css

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

 span { border-color: rgb(150,75,50); }

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