Html Css Color HEX #955418 Afghan Tan

📋 copy color: '#955418'

red 149 ◦ green 84 ◦ blue 24

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

Shades of Afghan Tan #955418

Tints of Afghan Tan #955418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 57.98%
G = 32.68%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#955418 (or 0x955418) is known color: Afghan Tan. HEX triplet: 95, 54 and 18. RGB value is (149,84,24). Sum of RGB (Red+Green+Blue) = 149+84+24=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #955418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955418 is #6AABE7. Grayscale: #606060. Windows color (decimal): -6990824 or 1594517. OLE color: 1594517.

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

Color convert

RGB 149 84 24 -
CMYK 0 0.44 0.84 0.42
HSL 28.8º 0.72% 0.34% -
HSV(B) 28.8º 0.84% 0.58% -
XYZ 15.73 12.8 2.51 -
YUV 96.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 149 84 24 0 0.44 0.84 0.42 28.8 0.72 0.34
Hex 95 54 18 0 2C 54 2A 1D 48 22
Octal 225 124 30 0 54 124 52 35 110 42
Binary 10010101 1010100 11000 0 101100 1010100 101010 11101 1001000 100010

Color Harmonies of #955418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955418

Black with #955418

Text Example


Text Example

White with #955418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955418; }

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

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

background-color css

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

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

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

border-color css

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

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

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