Html Css Color HEX #95541A Afghan Tan

📋 copy color: '#95541A'

red 149 ◦ green 84 ◦ blue 26

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

Shades of Afghan Tan #95541A

Tints of Afghan Tan #95541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 57.53%
G = 32.43%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95541A (or 0x95541A) is known color: Afghan Tan. HEX triplet: 95, 54 and 1A. RGB value is (149,84,26). Sum of RGB (Red+Green+Blue) = 149+84+26=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95541A is #6AABE5. Grayscale: #616161. Windows color (decimal): -6990822 or 1725589. OLE color: 1725589.

HSL color Cylindrical-coordinate representation of color #95541A: hue angle of 28.29º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95541A is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 26 -
CMYK 0 0.44 0.83 0.42
HSL 28.29º 0.7% 0.34% -
HSV(B) 28.29º 0.83% 0.58% -
XYZ 15.75 12.8 2.62 -
YUV 96.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 149 84 26 0 0.44 0.83 0.42 28.29 0.7 0.34
Hex 95 54 1A 0 2C 53 2A 1C 46 22
Octal 225 124 32 0 54 123 52 34 106 42
Binary 10010101 1010100 11010 0 101100 1010011 101010 11100 1000110 100010

Color Harmonies of #95541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95541A

Black with #95541A

Text Example


Text Example

White with #95541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,84,26); }

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

background-color css

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

 a { background-color: rgb(149,84,26); }

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

border-color css

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

 span { border-color: rgb(149,84,26); }

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