Html Css Color HEX #975E29 Afghan Tan

📋 copy color: '#975E29'

red 151 ◦ green 94 ◦ blue 41

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

Shades of Afghan Tan #975E29

Tints of Afghan Tan #975E29

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.87%

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 52.8%
G = 32.87%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#975E29 (or 0x975E29) is known color: Afghan Tan. HEX triplet: 97, 5E and 29. RGB value is (151,94,41). Sum of RGB (Red+Green+Blue) = 151+94+41=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #975E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975E29 is #68A1D6. Grayscale: #696969. Windows color (decimal): -6857175 or 2711191. OLE color: 2711191.

HSL color Cylindrical-coordinate representation of color #975E29: hue angle of 28.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #975E29 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 94 41 -
CMYK 0 0.38 0.73 0.41
HSL 28.91º 0.57% 0.38% -
HSV(B) 28.91º 0.73% 0.59% -
XYZ 17.17 14.74 4.04 -
YUV 105 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 151 94 41 0 0.38 0.73 0.41 28.91 0.57 0.38
Hex 97 5E 29 0 26 49 29 1D 39 26
Octal 227 136 51 0 46 111 51 35 71 46
Binary 10010111 1011110 101001 0 100110 1001001 101001 11101 111001 100110

Color Harmonies of #975E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E29

Black with #975E29

Text Example


Text Example

White with #975E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,94,41); }

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

background-color css

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

 a { background-color: rgb(151,94,41); }

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

border-color css

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

 span { border-color: rgb(151,94,41); }

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