Html Css Color HEX #95541C Afghan Tan

📋 copy color: '#95541C'

red 149 ◦ green 84 ◦ blue 28

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

Shades of Afghan Tan #95541C

Tints of Afghan Tan #95541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 57.09%
G = 32.18%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95541C (or 0x95541C) is known color: Afghan Tan. HEX triplet: 95, 54 and 1C. RGB value is (149,84,28). Sum of RGB (Red+Green+Blue) = 149+84+28=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95541C is #6AABE3. Grayscale: #616161. Windows color (decimal): -6990820 or 1856661. OLE color: 1856661.

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

Color convert

RGB 149 84 28 -
CMYK 0 0.44 0.81 0.42
HSL 27.77º 0.68% 0.35% -
HSV(B) 27.77º 0.81% 0.58% -
XYZ 15.77 12.81 2.74 -
YUV 97.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 149 84 28 0 0.44 0.81 0.42 27.77 0.68 0.35
Hex 95 54 1C 0 2C 51 2A 1C 44 23
Octal 225 124 34 0 54 121 52 34 104 43
Binary 10010101 1010100 11100 0 101100 1010001 101010 11100 1000100 100011

Color Harmonies of #95541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95541C

Black with #95541C

Text Example


Text Example

White with #95541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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