Html Css Color HEX #96492B Alert Tan

📋 copy color: '#96492B'

red 150 ◦ green 73 ◦ blue 43

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

Shades of Alert Tan #96492B

Tints of Alert Tan #96492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 56.39%
G = 27.44%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96492B (or 0x96492B) is known color: Alert Tan. HEX triplet: 96, 49 and 2B. RGB value is (150,73,43). Sum of RGB (Red+Green+Blue) = 150+73+43=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96492B is #69B6D4. Grayscale: #5C5C5C. Windows color (decimal): -6928085 or 2836886. OLE color: 2836886.

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

Color convert

RGB 150 73 43 -
CMYK 0 0.51 0.71 0.41
HSL 16.82º 0.55% 0.38% -
HSV(B) 16.82º 0.71% 0.59% -
XYZ 15.4 11.42 3.68 -
YUV 92.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 150 73 43 0 0.51 0.71 0.41 16.82 0.55 0.38
Hex 96 49 2B 0 33 47 29 11 37 26
Octal 226 111 53 0 63 107 51 21 67 46
Binary 10010110 1001001 101011 0 110011 1000111 101001 10001 110111 100110

Color Harmonies of #96492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96492B

Black with #96492B

Text Example


Text Example

White with #96492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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