Html Css Color HEX #975C28 Afghan Tan

📋 copy color: '#975C28'

red 151 ◦ green 92 ◦ blue 40

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

Shades of Afghan Tan #975C28

Tints of Afghan Tan #975C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 53.36%
G = 32.51%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#975C28 (or 0x975C28) is known color: Afghan Tan. HEX triplet: 97, 5C and 28. RGB value is (151,92,40). Sum of RGB (Red+Green+Blue) = 151+92+40=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975C28 is #68A3D7. Grayscale: #676767. Windows color (decimal): -6857688 or 2645143. OLE color: 2645143.

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

Color convert

RGB 151 92 40 -
CMYK 0 0.39 0.74 0.41
HSL 28.11º 0.58% 0.37% -
HSV(B) 28.11º 0.74% 0.59% -
XYZ 16.97 14.39 3.89 -
YUV 103.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 151 92 40 0 0.39 0.74 0.41 28.11 0.58 0.37
Hex 97 5C 28 0 27 4A 29 1C 3A 25
Octal 227 134 50 0 47 112 51 34 72 45
Binary 10010111 1011100 101000 0 100111 1001010 101001 11100 111010 100101

Color Harmonies of #975C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C28

Black with #975C28

Text Example


Text Example

White with #975C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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