Html Css Color HEX #955519 Afghan Tan

📋 copy color: '#955519'

red 149 ◦ green 85 ◦ blue 25

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

Shades of Afghan Tan #955519

Tints of Afghan Tan #955519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 57.53%
G = 32.82%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#955519 (or 0x955519) is known color: Afghan Tan. HEX triplet: 95, 55 and 19. RGB value is (149,85,25). Sum of RGB (Red+Green+Blue) = 149+85+25=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #955519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955519 is #6AAAE6. Grayscale: #616161. Windows color (decimal): -6990567 or 1660309. OLE color: 1660309.

HSL color Cylindrical-coordinate representation of color #955519: hue angle of 29.03º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #955519 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 25 -
CMYK 0 0.43 0.83 0.42
HSL 29.03º 0.71% 0.34% -
HSV(B) 29.03º 0.83% 0.58% -
XYZ 15.82 12.96 2.59 -
YUV 97.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 149 85 25 0 0.43 0.83 0.42 29.03 0.71 0.34
Hex 95 55 19 0 2B 53 2A 1D 47 22
Octal 225 125 31 0 53 123 52 35 107 42
Binary 10010101 1010101 11001 0 101011 1010011 101010 11101 1000111 100010

Color Harmonies of #955519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955519

Black with #955519

Text Example


Text Example

White with #955519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955519; }

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

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

background-color css

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

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

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

border-color css

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

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

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