Html Css Color HEX #964920 Alert Tan

📋 copy color: '#964920'

red 150 ◦ green 73 ◦ blue 32

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

Shades of Alert Tan #964920

Tints of Alert Tan #964920

RGB

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

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

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

R = 58.82%
G = 28.63%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964920 (or 0x964920) is known color: Alert Tan. HEX triplet: 96, 49 and 20. RGB value is (150,73,32). Sum of RGB (Red+Green+Blue) = 150+73+32=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #964920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964920 is #69B6DF. Grayscale: #5B5B5B. Windows color (decimal): -6928096 or 2115990. OLE color: 2115990.

HSL color Cylindrical-coordinate representation of color #964920: hue angle of 20.85º 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 #964920 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 32 -
CMYK 0 0.51 0.79 0.41
HSL 20.85º 0.65% 0.36% -
HSV(B) 20.85º 0.79% 0.59% -
XYZ 15.22 11.35 2.76 -
YUV 91.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 150 73 32 0 0.51 0.79 0.41 20.85 0.65 0.36
Hex 96 49 20 0 33 4F 29 15 41 24
Octal 226 111 40 0 63 117 51 25 101 44
Binary 10010110 1001001 100000 0 110011 1001111 101001 10101 1000001 100100

Color Harmonies of #964920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964920

Black with #964920

Text Example


Text Example

White with #964920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964920; }

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

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

background-color css

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

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

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

border-color css

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

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

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