Html Css Color HEX #95481E Alert Tan

📋 copy color: '#95481E'

red 149 ◦ green 72 ◦ blue 30

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

Shades of Alert Tan #95481E

Tints of Alert Tan #95481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.95%

R = 59.36%
G = 28.69%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95481E (or 0x95481E) is known color: Alert Tan. HEX triplet: 95, 48 and 1E. RGB value is (149,72,30). Sum of RGB (Red+Green+Blue) = 149+72+30=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95481E is #6AB7E1. Grayscale: #5A5A5A. Windows color (decimal): -6993890 or 1984661. OLE color: 1984661.

HSL color Cylindrical-coordinate representation of color #95481E: hue angle of 21.18º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95481E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 30 -
CMYK 0 0.52 0.80 0.42
HSL 21.18º 0.66% 0.35% -
HSV(B) 21.18º 0.8% 0.58% -
XYZ 14.95 11.12 2.59 -
YUV 90.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 149 72 30 0 0.52 0.80 0.42 21.18 0.66 0.35
Hex 95 48 1E 0 34 50 2A 15 42 23
Octal 225 110 36 0 64 120 52 25 102 43
Binary 10010101 1001000 11110 0 110100 1010000 101010 10101 1000010 100011

Color Harmonies of #95481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95481E

Black with #95481E

Text Example


Text Example

White with #95481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95481E; }

 p { color: rgb(149,72,30); }

 H1.HeaderClassName
 {
   color: #95481E;
 }
 .AnyTagClassName
 {
   color: #95481E;
 }
</style>

background-color css

<style>
 a { background-color: #95481E; }

 a { background-color: rgb(149,72,30); }

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

border-color css

<style>
 span { border-color: #95481E; }

 span { border-color: rgb(149,72,30); }

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