Html Css Color HEX #955A29 Afghan Tan

📋 copy color: '#955A29'

red 149 ◦ green 90 ◦ blue 41

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

Shades of Afghan Tan #955A29

Tints of Afghan Tan #955A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.14%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 53.21%
G = 32.14%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#955A29 (or 0x955A29) is known color: Afghan Tan. HEX triplet: 95, 5A and 29. RGB value is (149,90,41). Sum of RGB (Red+Green+Blue) = 149+90+41=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #955A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A29 is #6AA5D6. Grayscale: #666666. Windows color (decimal): -6989271 or 2710165. OLE color: 2710165.

HSL color Cylindrical-coordinate representation of color #955A29: hue angle of 27.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #955A29 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 41 -
CMYK 0 0.40 0.72 0.42
HSL 27.22º 0.57% 0.37% -
HSV(B) 27.22º 0.72% 0.58% -
XYZ 16.45 13.86 3.91 -
YUV 102.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 149 90 41 0 0.40 0.72 0.42 27.22 0.57 0.37
Hex 95 5A 29 0 28 48 2A 1B 39 25
Octal 225 132 51 0 50 110 52 33 71 45
Binary 10010101 1011010 101001 0 101000 1001000 101010 11011 111001 100101

Color Harmonies of #955A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A29

Black with #955A29

Text Example


Text Example

White with #955A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A29; }

 p { color: rgb(149,90,41); }

 H1.HeaderClassName
 {
   color: #955A29;
 }
 .AnyTagClassName
 {
   color: #955A29;
 }
</style>

background-color css

<style>
 a { background-color: #955A29; }

 a { background-color: rgb(149,90,41); }

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

border-color css

<style>
 span { border-color: #955A29; }

 span { border-color: rgb(149,90,41); }

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