Html Css Color HEX #955919 Afghan Tan

📋 copy color: '#955919'

red 149 ◦ green 89 ◦ blue 25

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

Shades of Afghan Tan #955919

Tints of Afghan Tan #955919

RGB

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

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

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

R = 56.65%
G = 33.84%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#955919 (or 0x955919) is known color: Afghan Tan. HEX triplet: 95, 59 and 19. RGB value is (149,89,25). Sum of RGB (Red+Green+Blue) = 149+89+25=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #955919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955919 is #6AA6E6. Grayscale: #636363. Windows color (decimal): -6989543 or 1661333. OLE color: 1661333.

HSL color Cylindrical-coordinate representation of color #955919: hue angle of 30.97º 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 #955919 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 25 -
CMYK 0 0.40 0.83 0.42
HSL 30.97º 0.71% 0.34% -
HSV(B) 30.97º 0.83% 0.58% -
XYZ 16.14 13.6 2.69 -
YUV 99.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 149 89 25 0 0.40 0.83 0.42 30.97 0.71 0.34
Hex 95 59 19 0 28 53 2A 1F 47 22
Octal 225 131 31 0 50 123 52 37 107 42
Binary 10010101 1011001 11001 0 101000 1010011 101010 11111 1000111 100010

Color Harmonies of #955919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955919

Black with #955919

Text Example


Text Example

White with #955919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955919; }

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

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

background-color css

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

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

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

border-color css

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

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

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