Html Css Color HEX #96492F Alert Tan

📋 copy color: '#96492F'

red 150 ◦ green 73 ◦ blue 47

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

Shades of Alert Tan #96492F

Tints of Alert Tan #96492F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 55.56%
G = 27.04%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96492F (or 0x96492F) is known color: Alert Tan. HEX triplet: 96, 49 and 2F. RGB value is (150,73,47). Sum of RGB (Red+Green+Blue) = 150+73+47=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #96492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96492F is #69B6D0. Grayscale: #5D5D5D. Windows color (decimal): -6928081 or 3099030. OLE color: 3099030.

HSL color Cylindrical-coordinate representation of color #96492F: hue angle of 15.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96492F is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 47 -
CMYK 0 0.51 0.69 0.41
HSL 15.15º 0.52% 0.39% -
HSV(B) 15.15º 0.69% 0.59% -
XYZ 15.47 11.45 4.08 -
YUV 93.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 150 73 47 0 0.51 0.69 0.41 15.15 0.52 0.39
Hex 96 49 2F 0 33 45 29 F 34 27
Octal 226 111 57 0 63 105 51 17 64 47
Binary 10010110 1001001 101111 0 110011 1000101 101001 1111 110100 100111

Color Harmonies of #96492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96492F

Black with #96492F

Text Example


Text Example

White with #96492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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