Html Css Color HEX #975C26 Afghan Tan

📋 copy color: '#975C26'

red 151 ◦ green 92 ◦ blue 38

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

Shades of Afghan Tan #975C26

Tints of Afghan Tan #975C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 53.74%
G = 32.74%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#975C26 (or 0x975C26) is known color: Afghan Tan. HEX triplet: 97, 5C and 26. RGB value is (151,92,38). Sum of RGB (Red+Green+Blue) = 151+92+38=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #975C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C26 is #68A3D9. Grayscale: #676767. Windows color (decimal): -6857690 or 2514071. OLE color: 2514071.

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

Color convert

RGB 151 92 38 -
CMYK 0 0.39 0.75 0.41
HSL 28.67º 0.6% 0.37% -
HSV(B) 28.67º 0.75% 0.59% -
XYZ 16.94 14.37 3.72 -
YUV 103.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 151 92 38 0 0.39 0.75 0.41 28.67 0.6 0.37
Hex 97 5C 26 0 27 4B 29 1D 3C 25
Octal 227 134 46 0 47 113 51 35 74 45
Binary 10010111 1011100 100110 0 100111 1001011 101001 11101 111100 100101

Color Harmonies of #975C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C26

Black with #975C26

Text Example


Text Example

White with #975C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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