Html Css Color HEX #975D24 Afghan Tan

📋 copy color: '#975D24'

red 151 ◦ green 93 ◦ blue 36

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

Shades of Afghan Tan #975D24

Tints of Afghan Tan #975D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 53.93%
G = 33.21%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#975D24 (or 0x975D24) is known color: Afghan Tan. HEX triplet: 97, 5D and 24. RGB value is (151,93,36). Sum of RGB (Red+Green+Blue) = 151+93+36=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #975D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D24 is #68A2DB. Grayscale: #686868. Windows color (decimal): -6857436 or 2383255. OLE color: 2383255.

HSL color Cylindrical-coordinate representation of color #975D24: hue angle of 29.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #975D24 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 93 36 -
CMYK 0 0.38 0.76 0.41
HSL 29.74º 0.61% 0.37% -
HSV(B) 29.74º 0.76% 0.59% -
XYZ 17 14.54 3.58 -
YUV 103.84 89.72 161.63 -
System Red Green Blue C M Y K H S L
Decimal 151 93 36 0 0.38 0.76 0.41 29.74 0.61 0.37
Hex 97 5D 24 0 26 4C 29 1E 3D 25
Octal 227 135 44 0 46 114 51 36 75 45
Binary 10010111 1011101 100100 0 100110 1001100 101001 11110 111101 100101

Color Harmonies of #975D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D24

Black with #975D24

Text Example


Text Example

White with #975D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975D24; }

 p { color: rgb(151,93,36); }

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

background-color css

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

 a { background-color: rgb(151,93,36); }

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

border-color css

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

 span { border-color: rgb(151,93,36); }

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