#96482B

Color #96482B Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #96482B

Tints of Alert Tan #96482B

Color information

#96482B (or 0x96482B) is unknown color: approx Alert Tan. HEX triplet: 96, 48 and 2B. RGB value is (150,72,43). Sum of RGB (Red+Green+Blue) = 150+72+43=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96482B is #69B7D4. Grayscale: #5C5C5C. Windows color (decimal): -6928341 or 2836630. OLE color: 2836630.

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

Color convert

RGB1507243-
CMYK00.520.710.41
HSL16.26º55.44%37.84%-
HSV(B)16.26º71.33%58.82%-
XYZ15.3311.293.66-
YUV92.02100.34169.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 43 (17.19% from 255) = 16.23%
R=56.60%
G=27.17%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150724300.520.710.4116.2655.4437.84
Hex96482B0344729103726
Octal2261105306410751206746
Binary1001011010010001010110110100100011110100110000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96482B;
 }
 .AnyTagClassName
 {
   color: #96482B;
 }
</style>
background-color css

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

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

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

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

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

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