Html Css Color HEX #96482B Alert Tan

📋 copy color: '#96482B'

red 150 ◦ green 72 ◦ blue 43

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

Shades of Alert Tan #96482B

Tints of Alert Tan #96482B

RGB

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

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

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

R = 56.6%
G = 27.17%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96482B (or 0x96482B) is known color: 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

RGB 150 72 43 -
CMYK 0 0.52 0.71 0.41
HSL 16.26º 0.55% 0.38% -
HSV(B) 16.26º 0.71% 0.59% -
XYZ 15.33 11.29 3.66 -
YUV 92.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 150 72 43 0 0.52 0.71 0.41 16.26 0.55 0.38
Hex 96 48 2B 0 34 47 29 10 37 26
Octal 226 110 53 0 64 107 51 20 67 46
Binary 10010110 1001000 101011 0 110100 1000111 101001 10000 110111 100110

Color Harmonies of #96482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96482B

Black with #96482B

Text Example


Text Example

White with #96482B

Text Example


Text Example

HTML Codes & Css Web 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>