Html Css Color HEX #975F1D Afghan Tan

📋 copy color: '#975F1D'

red 151 ◦ green 95 ◦ blue 29

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

Shades of Afghan Tan #975F1D

Tints of Afghan Tan #975F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 54.91%
G = 34.55%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#975F1D (or 0x975F1D) is known color: Afghan Tan. HEX triplet: 97, 5F and 1D. RGB value is (151,95,29). Sum of RGB (Red+Green+Blue) = 151+95+29=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #975F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975F1D is #68A0E2. Grayscale: #686868. Windows color (decimal): -6856931 or 1925015. OLE color: 1925015.

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

Color convert

RGB 151 95 29 -
CMYK 0 0.37 0.81 0.41
HSL 32.46º 0.68% 0.35% -
HSV(B) 32.46º 0.81% 0.59% -
XYZ 17.08 14.85 3.13 -
YUV 104.22 85.55 161.37 -
System Red Green Blue C M Y K H S L
Decimal 151 95 29 0 0.37 0.81 0.41 32.46 0.68 0.35
Hex 97 5F 1D 0 25 51 29 20 44 23
Octal 227 137 35 0 45 121 51 40 104 43
Binary 10010111 1011111 11101 0 100101 1010001 101001 100000 1000100 100011

Color Harmonies of #975F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F1D

Black with #975F1D

Text Example


Text Example

White with #975F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,95,29); }

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

background-color css

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

 a { background-color: rgb(151,95,29); }

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

border-color css

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

 span { border-color: rgb(151,95,29); }

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