Html Css Color HEX #975D26 Afghan Tan

📋 copy color: '#975D26'

red 151 ◦ green 93 ◦ blue 38

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

Shades of Afghan Tan #975D26

Tints of Afghan Tan #975D26

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

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

R = 53.55%
G = 32.98%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#975D26 (or 0x975D26) is known color: Afghan Tan. HEX triplet: 97, 5D and 26. RGB value is (151,93,38). Sum of RGB (Red+Green+Blue) = 151+93+38=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #975D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975D26 is #68A2D9. Grayscale: #686868. Windows color (decimal): -6857434 or 2514327. OLE color: 2514327.

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

Color convert

RGB 151 93 38 -
CMYK 0 0.38 0.75 0.41
HSL 29.2º 0.6% 0.37% -
HSV(B) 29.2º 0.75% 0.59% -
XYZ 17.03 14.55 3.74 -
YUV 104.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 151 93 38 0 0.38 0.75 0.41 29.2 0.6 0.37
Hex 97 5D 26 0 26 4B 29 1D 3C 25
Octal 227 135 46 0 46 113 51 35 74 45
Binary 10010111 1011101 100110 0 100110 1001011 101001 11101 111100 100101

Color Harmonies of #975D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975D26

Black with #975D26

Text Example


Text Example

White with #975D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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