Html Css Color HEX #975B1D Afghan Tan

📋 copy color: '#975B1D'

red 151 ◦ green 91 ◦ blue 29

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

Shades of Afghan Tan #975B1D

Tints of Afghan Tan #975B1D

RGB

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

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

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

R = 55.72%
G = 33.58%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#975B1D (or 0x975B1D) is known color: Afghan Tan. HEX triplet: 97, 5B and 1D. RGB value is (151,91,29). Sum of RGB (Red+Green+Blue) = 151+91+29=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #975B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B1D is #68A4E2. Grayscale: #666666. Windows color (decimal): -6857955 or 1923991. OLE color: 1923991.

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

Color convert

RGB 151 91 29 -
CMYK 0 0.40 0.81 0.41
HSL 30.49º 0.68% 0.35% -
HSV(B) 30.49º 0.81% 0.59% -
XYZ 16.73 14.15 3.01 -
YUV 101.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 151 91 29 0 0.40 0.81 0.41 30.49 0.68 0.35
Hex 97 5B 1D 0 28 51 29 1E 44 23
Octal 227 133 35 0 50 121 51 36 104 43
Binary 10010111 1011011 11101 0 101000 1010001 101001 11110 1000100 100011

Color Harmonies of #975B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B1D

Black with #975B1D

Text Example


Text Example

White with #975B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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