Html Css Color HEX #95502D Alert Tan

📋 copy color: '#95502D'

red 149 ◦ green 80 ◦ blue 45

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

Shades of Alert Tan #95502D

Tints of Alert Tan #95502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 54.38%
G = 29.2%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95502D (or 0x95502D) is known color: Alert Tan. HEX triplet: 95, 50 and 2D. RGB value is (149,80,45). Sum of RGB (Red+Green+Blue) = 149+80+45=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95502D is #6AAFD2. Grayscale: #606060. Windows color (decimal): -6991827 or 2969749. OLE color: 2969749.

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

Color convert

RGB 149 80 45 -
CMYK 0 0.46 0.70 0.42
HSL 20.19º 0.54% 0.38% -
HSV(B) 20.19º 0.7% 0.58% -
XYZ 15.74 12.32 4.03 -
YUV 96.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 149 80 45 0 0.46 0.70 0.42 20.19 0.54 0.38
Hex 95 50 2D 0 2E 46 2A 14 36 26
Octal 225 120 55 0 56 106 52 24 66 46
Binary 10010101 1010000 101101 0 101110 1000110 101010 10100 110110 100110

Color Harmonies of #95502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95502D

Black with #95502D

Text Example


Text Example

White with #95502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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