Html Css Color HEX #95541D Afghan Tan

📋 copy color: '#95541D'

red 149 ◦ green 84 ◦ blue 29

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

Shades of Afghan Tan #95541D

Tints of Afghan Tan #95541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 56.87%
G = 32.06%
B = 11.07%

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

#95541D (or 0x95541D) is known color: Afghan Tan. HEX triplet: 95, 54 and 1D. RGB value is (149,84,29). Sum of RGB (Red+Green+Blue) = 149+84+29=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95541D is #6AABE2. Grayscale: #616161. Windows color (decimal): -6990819 or 1922197. OLE color: 1922197.

HSL color Cylindrical-coordinate representation of color #95541D: hue angle of 27.5º degrees, saturation: 0.67, 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 #95541D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 29 -
CMYK 0 0.44 0.81 0.42
HSL 27.5º 0.67% 0.35% -
HSV(B) 27.5º 0.81% 0.58% -
XYZ 15.79 12.82 2.8 -
YUV 97.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 149 84 29 0 0.44 0.81 0.42 27.5 0.67 0.35
Hex 95 54 1D 0 2C 51 2A 1C 43 23
Octal 225 124 35 0 54 121 52 34 103 43
Binary 10010101 1010100 11101 0 101100 1010001 101010 11100 1000011 100011

Color Harmonies of #95541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95541D

Black with #95541D

Text Example


Text Example

White with #95541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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