Html Css Color HEX #95551D Afghan Tan

📋 copy color: '#95551D'

red 149 ◦ green 85 ◦ blue 29

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

Shades of Afghan Tan #95551D

Tints of Afghan Tan #95551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 56.65%
G = 32.32%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95551D (or 0x95551D) is known color: Afghan Tan. HEX triplet: 95, 55 and 1D. RGB value is (149,85,29). Sum of RGB (Red+Green+Blue) = 149+85+29=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95551D is #6AAAE2. Grayscale: #626262. Windows color (decimal): -6990563 or 1922453. OLE color: 1922453.

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

Color convert

RGB 149 85 29 -
CMYK 0 0.43 0.81 0.42
HSL 28º 0.67% 0.35% -
HSV(B) 28º 0.81% 0.58% -
XYZ 15.86 12.98 2.83 -
YUV 97.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 149 85 29 0 0.43 0.81 0.42 28 0.67 0.35
Hex 95 55 1D 0 2B 51 2A 1C 43 23
Octal 225 125 35 0 53 121 52 34 103 43
Binary 10010101 1010101 11101 0 101011 1010001 101010 11100 1000011 100011

Color Harmonies of #95551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95551D

Black with #95551D

Text Example


Text Example

White with #95551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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