Html Css Color HEX #964B20 Alert Tan

📋 copy color: '#964B20'

red 150 ◦ green 75 ◦ blue 32

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

Shades of Alert Tan #964B20

Tints of Alert Tan #964B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 58.37%
G = 29.18%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964B20 (or 0x964B20) is known color: Alert Tan. HEX triplet: 96, 4B and 20. RGB value is (150,75,32). Sum of RGB (Red+Green+Blue) = 150+75+32=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #964B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B20 is #69B4DF. Grayscale: #5C5C5C. Windows color (decimal): -6927584 or 2116502. OLE color: 2116502.

HSL color Cylindrical-coordinate representation of color #964B20: hue angle of 21.86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #964B20 is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 75 32 -
CMYK 0 0.5 0.79 0.41
HSL 21.86º 0.65% 0.36% -
HSV(B) 21.86º 0.79% 0.59% -
XYZ 15.35 11.62 2.8 -
YUV 92.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 150 75 32 0 0.5 0.79 0.41 21.86 0.65 0.36
Hex 96 4B 20 0 32 4F 29 16 41 24
Octal 226 113 40 0 62 117 51 26 101 44
Binary 10010110 1001011 100000 0 110010 1001111 101001 10110 1000001 100100

Color Harmonies of #964B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B20

Black with #964B20

Text Example


Text Example

White with #964B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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