Html Css Color HEX #975C1C Afghan Tan

📋 copy color: '#975C1C'

red 151 ◦ green 92 ◦ blue 28

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

Shades of Afghan Tan #975C1C

Tints of Afghan Tan #975C1C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

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

R = 55.72%
G = 33.95%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#975C1C (or 0x975C1C) is known color: Afghan Tan. HEX triplet: 97, 5C and 1C. RGB value is (151,92,28). Sum of RGB (Red+Green+Blue) = 151+92+28=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #975C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C1C is #68A3E3. Grayscale: #666666. Windows color (decimal): -6857700 or 1858711. OLE color: 1858711.

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

Color convert

RGB 151 92 28 -
CMYK 0 0.39 0.81 0.41
HSL 31.22º 0.69% 0.35% -
HSV(B) 31.22º 0.81% 0.59% -
XYZ 16.8 14.32 2.98 -
YUV 102.35 86.05 162.7 -
System Red Green Blue C M Y K H S L
Decimal 151 92 28 0 0.39 0.81 0.41 31.22 0.69 0.35
Hex 97 5C 1C 0 27 51 29 1F 45 23
Octal 227 134 34 0 47 121 51 37 105 43
Binary 10010111 1011100 11100 0 100111 1010001 101001 11111 1000101 100011

Color Harmonies of #975C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C1C

Black with #975C1C

Text Example


Text Example

White with #975C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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