Html Css Color HEX #955F29 Afghan Tan

📋 copy color: '#955F29'

red 149 ◦ green 95 ◦ blue 41

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

Shades of Afghan Tan #955F29

Tints of Afghan Tan #955F29

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

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

R = 52.28%
G = 33.33%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#955F29 (or 0x955F29) is known color: Afghan Tan. HEX triplet: 95, 5F and 29. RGB value is (149,95,41). Sum of RGB (Red+Green+Blue) = 149+95+41=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #955F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955F29 is #6AA0D6. Grayscale: #696969. Windows color (decimal): -6987991 or 2711445. OLE color: 2711445.

HSL color Cylindrical-coordinate representation of color #955F29: hue angle of 30º 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 #955F29 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 41 -
CMYK 0 0.36 0.72 0.42
HSL 30º 0.57% 0.37% -
HSV(B) 30º 0.72% 0.58% -
XYZ 16.89 14.73 4.05 -
YUV 104.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 149 95 41 0 0.36 0.72 0.42 30 0.57 0.37
Hex 95 5F 29 0 24 48 2A 1E 39 25
Octal 225 137 51 0 44 110 52 36 71 45
Binary 10010101 1011111 101001 0 100100 1001000 101010 11110 111001 100101

Color Harmonies of #955F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F29

Black with #955F29

Text Example


Text Example

White with #955F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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