Html Css Color HEX #95502A Alert Tan

📋 copy color: '#95502A'

red 149 ◦ green 80 ◦ blue 42

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

Shades of Alert Tan #95502A

Tints of Alert Tan #95502A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 54.98%
G = 29.52%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#95502A (or 0x95502A) is known color: Alert Tan. HEX triplet: 95, 50 and 2A. RGB value is (149,80,42). Sum of RGB (Red+Green+Blue) = 149+80+42=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #95502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95502A is #6AAFD5. Grayscale: #606060. Windows color (decimal): -6991830 or 2773141. OLE color: 2773141.

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

Color convert

RGB 149 80 42 -
CMYK 0 0.46 0.72 0.42
HSL 21.31º 0.56% 0.37% -
HSV(B) 21.31º 0.72% 0.58% -
XYZ 15.68 12.29 3.74 -
YUV 96.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 149 80 42 0 0.46 0.72 0.42 21.31 0.56 0.37
Hex 95 50 2A 0 2E 48 2A 15 38 25
Octal 225 120 52 0 56 110 52 25 70 45
Binary 10010101 1010000 101010 0 101110 1001000 101010 10101 111000 100101

Color Harmonies of #95502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95502A

Black with #95502A

Text Example


Text Example

White with #95502A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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