Html Css Color HEX #96471F Alert Tan

📋 copy color: '#96471F'

red 150 ◦ green 71 ◦ blue 31

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

Shades of Alert Tan #96471F

Tints of Alert Tan #96471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 59.52%
G = 28.17%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96471F (or 0x96471F) is known color: Alert Tan. HEX triplet: 96, 47 and 1F. RGB value is (150,71,31). Sum of RGB (Red+Green+Blue) = 150+71+31=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96471F is #69B8E0. Grayscale: #5A5A5A. Windows color (decimal): -6928609 or 2049942. OLE color: 2049942.

HSL color Cylindrical-coordinate representation of color #96471F: hue angle of 20.17º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96471F is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 31 -
CMYK 0 0.53 0.79 0.41
HSL 20.17º 0.66% 0.35% -
HSV(B) 20.17º 0.79% 0.59% -
XYZ 15.08 11.09 2.64 -
YUV 90.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 150 71 31 0 0.53 0.79 0.41 20.17 0.66 0.35
Hex 96 47 1F 0 35 4F 29 14 42 23
Octal 226 107 37 0 65 117 51 24 102 43
Binary 10010110 1000111 11111 0 110101 1001111 101001 10100 1000010 100011

Color Harmonies of #96471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96471F

Black with #96471F

Text Example


Text Example

White with #96471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96471F; }

 p { color: rgb(150,71,31); }

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

background-color css

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

 a { background-color: rgb(150,71,31); }

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

border-color css

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

 span { border-color: rgb(150,71,31); }

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