Html Css Color HEX #955718 Afghan Tan

📋 copy color: '#955718'

red 149 ◦ green 87 ◦ blue 24

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

Shades of Afghan Tan #955718

Tints of Afghan Tan #955718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 57.31%
G = 33.46%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#955718 (or 0x955718) is known color: Afghan Tan. HEX triplet: 95, 57 and 18. RGB value is (149,87,24). Sum of RGB (Red+Green+Blue) = 149+87+24=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #955718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955718 is #6AA8E7. Grayscale: #626262. Windows color (decimal): -6990056 or 1595285. OLE color: 1595285.

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

Color convert

RGB 149 87 24 -
CMYK 0 0.42 0.84 0.42
HSL 30.24º 0.72% 0.34% -
HSV(B) 30.24º 0.84% 0.58% -
XYZ 15.97 13.27 2.58 -
YUV 98.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 149 87 24 0 0.42 0.84 0.42 30.24 0.72 0.34
Hex 95 57 18 0 2A 54 2A 1E 48 22
Octal 225 127 30 0 52 124 52 36 110 42
Binary 10010101 1010111 11000 0 101010 1010100 101010 11110 1001000 100010

Color Harmonies of #955718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955718

Black with #955718

Text Example


Text Example

White with #955718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955718; }

 p { color: rgb(149,87,24); }

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

background-color css

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

 a { background-color: rgb(149,87,24); }

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

border-color css

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

 span { border-color: rgb(149,87,24); }

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