Html Css Color HEX #95502B Alert Tan

📋 copy color: '#95502B'

red 149 ◦ green 80 ◦ blue 43

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

Shades of Alert Tan #95502B

Tints of Alert Tan #95502B

RGB

 RED value IS 149 (58.59% from 255) = 54.78%

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 54.78%
G = 29.41%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95502B (or 0x95502B) is known color: Alert Tan. HEX triplet: 95, 50 and 2B. RGB value is (149,80,43). Sum of RGB (Red+Green+Blue) = 149+80+43=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95502B is #6AAFD4. Grayscale: #606060. Windows color (decimal): -6991829 or 2838677. OLE color: 2838677.

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

Color convert

RGB 149 80 43 -
CMYK 0 0.46 0.71 0.42
HSL 20.94º 0.55% 0.38% -
HSV(B) 20.94º 0.71% 0.58% -
XYZ 15.7 12.3 3.83 -
YUV 96.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 149 80 43 0 0.46 0.71 0.42 20.94 0.55 0.38
Hex 95 50 2B 0 2E 47 2A 15 37 26
Octal 225 120 53 0 56 107 52 25 67 46
Binary 10010101 1010000 101011 0 101110 1000111 101010 10101 110111 100110

Color Harmonies of #95502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95502B

Black with #95502B

Text Example


Text Example

White with #95502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,80,43); }

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

background-color css

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

 a { background-color: rgb(149,80,43); }

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

border-color css

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

 span { border-color: rgb(149,80,43); }

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