Html Css Color HEX #975B1C Afghan Tan

📋 copy color: '#975B1C'

red 151 ◦ green 91 ◦ blue 28

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

Shades of Afghan Tan #975B1C

Tints of Afghan Tan #975B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.37%

R = 55.93%
G = 33.7%
B = 10.37%

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

#975B1C (or 0x975B1C) is known color: Afghan Tan. HEX triplet: 97, 5B and 1C. RGB value is (151,91,28). Sum of RGB (Red+Green+Blue) = 151+91+28=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #975B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B1C is #68A4E3. Grayscale: #666666. Windows color (decimal): -6857956 or 1858455. OLE color: 1858455.

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

Color convert

RGB 151 91 28 -
CMYK 0 0.40 0.81 0.41
HSL 30.73º 0.69% 0.35% -
HSV(B) 30.73º 0.81% 0.59% -
XYZ 16.71 14.15 2.95 -
YUV 101.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 151 91 28 0 0.40 0.81 0.41 30.73 0.69 0.35
Hex 97 5B 1C 0 28 51 29 1F 45 23
Octal 227 133 34 0 50 121 51 37 105 43
Binary 10010111 1011011 11100 0 101000 1010001 101001 11111 1000101 100011

Color Harmonies of #975B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B1C

Black with #975B1C

Text Example


Text Example

White with #975B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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