Html Css Color HEX #975820 Afghan Tan

📋 copy color: '#975820'

red 151 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #975820

Tints of Afghan Tan #975820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

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

R = 55.72%
G = 32.47%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#975820 (or 0x975820) is known color: Afghan Tan. HEX triplet: 97, 58 and 20. RGB value is (151,88,32). Sum of RGB (Red+Green+Blue) = 151+88+32=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #975820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975820 is #68A7DF. Grayscale: #646464. Windows color (decimal): -6858720 or 2119831. OLE color: 2119831.

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

Color convert

RGB 151 88 32 -
CMYK 0 0.42 0.79 0.41
HSL 28.24º 0.65% 0.36% -
HSV(B) 28.24º 0.79% 0.59% -
XYZ 16.51 13.66 3.13 -
YUV 100.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 151 88 32 0 0.42 0.79 0.41 28.24 0.65 0.36
Hex 97 58 20 0 2A 4F 29 1C 41 24
Octal 227 130 40 0 52 117 51 34 101 44
Binary 10010111 1011000 100000 0 101010 1001111 101001 11100 1000001 100100

Color Harmonies of #975820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975820

Black with #975820

Text Example


Text Example

White with #975820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975820; }

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

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

background-color css

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

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

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

border-color css

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

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

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