Html Css Color HEX #975419 Afghan Tan

📋 copy color: '#975419'

red 151 ◦ green 84 ◦ blue 25

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

Shades of Afghan Tan #975419

Tints of Afghan Tan #975419

RGB

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

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

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

R = 58.08%
G = 32.31%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#975419 (or 0x975419) is known color: Afghan Tan. HEX triplet: 97, 54 and 19. RGB value is (151,84,25). Sum of RGB (Red+Green+Blue) = 151+84+25=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #975419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975419 is #68ABE6. Grayscale: #616161. Windows color (decimal): -6859751 or 1660055. OLE color: 1660055.

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

Color convert

RGB 151 84 25 -
CMYK 0 0.44 0.83 0.41
HSL 28.1º 0.72% 0.35% -
HSV(B) 28.1º 0.83% 0.59% -
XYZ 16.11 12.99 2.58 -
YUV 97.31 87.2 166.3 -
System Red Green Blue C M Y K H S L
Decimal 151 84 25 0 0.44 0.83 0.41 28.1 0.72 0.35
Hex 97 54 19 0 2C 53 29 1C 48 23
Octal 227 124 31 0 54 123 51 34 110 43
Binary 10010111 1010100 11001 0 101100 1010011 101001 11100 1001000 100011

Color Harmonies of #975419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975419

Black with #975419

Text Example


Text Example

White with #975419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975419; }

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

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

background-color css

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

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

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

border-color css

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

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

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