Html Css Color HEX #975418 Afghan Tan

📋 copy color: '#975418'

red 151 ◦ green 84 ◦ blue 24

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

Shades of Afghan Tan #975418

Tints of Afghan Tan #975418

RGB

 RED value IS 151 (59.38% from 255) = 58.3%

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

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

R = 58.3%
G = 32.43%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#975418 (or 0x975418) is known color: Afghan Tan. HEX triplet: 97, 54 and 18. RGB value is (151,84,24). Sum of RGB (Red+Green+Blue) = 151+84+24=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #975418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975418 is #68ABE7. Grayscale: #616161. Windows color (decimal): -6859752 or 1594519. OLE color: 1594519.

HSL color Cylindrical-coordinate representation of color #975418: hue angle of 28.35º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #975418 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 24 -
CMYK 0 0.44 0.84 0.41
HSL 28.35º 0.73% 0.34% -
HSV(B) 28.35º 0.84% 0.59% -
XYZ 16.1 12.99 2.52 -
YUV 97.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 151 84 24 0 0.44 0.84 0.41 28.35 0.73 0.34
Hex 97 54 18 0 2C 54 29 1C 49 22
Octal 227 124 30 0 54 124 51 34 111 42
Binary 10010111 1010100 11000 0 101100 1010100 101001 11100 1001001 100010

Color Harmonies of #975418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975418

Black with #975418

Text Example


Text Example

White with #975418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975418; }

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

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

background-color css

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

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

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

border-color css

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

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

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