Html Css Color HEX #955926 Afghan Tan

📋 copy color: '#955926'

red 149 ◦ green 89 ◦ blue 38

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

Shades of Afghan Tan #955926

Tints of Afghan Tan #955926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 53.99%
G = 32.25%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#955926 (or 0x955926) is known color: Afghan Tan. HEX triplet: 95, 59 and 26. RGB value is (149,89,38). Sum of RGB (Red+Green+Blue) = 149+89+38=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #955926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955926 is #6AA6D9. Grayscale: #656565. Windows color (decimal): -6989530 or 2513301. OLE color: 2513301.

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

Color convert

RGB 149 89 38 -
CMYK 0 0.40 0.74 0.42
HSL 27.57º 0.59% 0.37% -
HSV(B) 27.57º 0.74% 0.58% -
XYZ 16.32 13.67 3.61 -
YUV 101.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 149 89 38 0 0.40 0.74 0.42 27.57 0.59 0.37
Hex 95 59 26 0 28 4A 2A 1C 3B 25
Octal 225 131 46 0 50 112 52 34 73 45
Binary 10010101 1011001 100110 0 101000 1001010 101010 11100 111011 100101

Color Harmonies of #955926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955926

Black with #955926

Text Example


Text Example

White with #955926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955926; }

 p { color: rgb(149,89,38); }

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

background-color css

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

 a { background-color: rgb(149,89,38); }

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

border-color css

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

 span { border-color: rgb(149,89,38); }

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