Html Css Color HEX #964820 Alert Tan

📋 copy color: '#964820'

red 150 ◦ green 72 ◦ blue 32

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

Shades of Alert Tan #964820

Tints of Alert Tan #964820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 59.06%
G = 28.35%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#964820 (or 0x964820) is known color: Alert Tan. HEX triplet: 96, 48 and 20. RGB value is (150,72,32). Sum of RGB (Red+Green+Blue) = 150+72+32=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #964820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964820 is #69B7DF. Grayscale: #5A5A5A. Windows color (decimal): -6928352 or 2115734. OLE color: 2115734.

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

Color convert

RGB 150 72 32 -
CMYK 0 0.52 0.79 0.41
HSL 20.34º 0.65% 0.36% -
HSV(B) 20.34º 0.79% 0.59% -
XYZ 15.16 11.22 2.73 -
YUV 90.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 150 72 32 0 0.52 0.79 0.41 20.34 0.65 0.36
Hex 96 48 20 0 34 4F 29 14 41 24
Octal 226 110 40 0 64 117 51 24 101 44
Binary 10010110 1001000 100000 0 110100 1001111 101001 10100 1000001 100100

Color Harmonies of #964820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964820

Black with #964820

Text Example


Text Example

White with #964820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964820; }

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

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

background-color css

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

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

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

border-color css

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

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

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