Html Css Color HEX #975B20 Afghan Tan

📋 copy color: '#975B20'

red 151 ◦ green 91 ◦ blue 32

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

Shades of Afghan Tan #975B20

Tints of Afghan Tan #975B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 55.11%
G = 33.21%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#975B20 (or 0x975B20) is known color: Afghan Tan. HEX triplet: 97, 5B and 20. RGB value is (151,91,32). Sum of RGB (Red+Green+Blue) = 151+91+32=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #975B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B20 is #68A4DF. Grayscale: #666666. Windows color (decimal): -6857952 or 2120599. OLE color: 2120599.

HSL color Cylindrical-coordinate representation of color #975B20: hue angle of 29.75º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #975B20 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 32 -
CMYK 0 0.40 0.79 0.41
HSL 29.75º 0.65% 0.36% -
HSV(B) 29.75º 0.79% 0.59% -
XYZ 16.76 14.17 3.22 -
YUV 102.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 151 91 32 0 0.40 0.79 0.41 29.75 0.65 0.36
Hex 97 5B 20 0 28 4F 29 1E 41 24
Octal 227 133 40 0 50 117 51 36 101 44
Binary 10010111 1011011 100000 0 101000 1001111 101001 11110 1000001 100100

Color Harmonies of #975B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B20

Black with #975B20

Text Example


Text Example

White with #975B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,32); }

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

background-color css

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

 a { background-color: rgb(151,91,32); }

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

border-color css

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

 span { border-color: rgb(151,91,32); }

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