Html Css Color HEX #975A20 Afghan Tan

📋 copy color: '#975A20'

red 151 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #975A20

Tints of Afghan Tan #975A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 55.31%
G = 32.97%
B = 11.72%

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

#975A20 (or 0x975A20) is known color: Afghan Tan. HEX triplet: 97, 5A and 20. RGB value is (151,90,32). Sum of RGB (Red+Green+Blue) = 151+90+32=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #975A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A20 is #68A5DF. Grayscale: #656565. Windows color (decimal): -6858208 or 2120343. OLE color: 2120343.

HSL color Cylindrical-coordinate representation of color #975A20: hue angle of 29.24º 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 #975A20 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 90 32 -
CMYK 0 0.40 0.79 0.41
HSL 29.24º 0.65% 0.36% -
HSV(B) 29.24º 0.79% 0.59% -
XYZ 16.68 14 3.19 -
YUV 101.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 151 90 32 0 0.40 0.79 0.41 29.24 0.65 0.36
Hex 97 5A 20 0 28 4F 29 1D 41 24
Octal 227 132 40 0 50 117 51 35 101 44
Binary 10010111 1011010 100000 0 101000 1001111 101001 11101 1000001 100100

Color Harmonies of #975A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A20

Black with #975A20

Text Example


Text Example

White with #975A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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