#975F23

Color #975F23 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #975F23

Tints of Afghan Tan #975F23

Color information

#975F23 (or 0x975F23) is unknown color: approx Afghan Tan. HEX triplet: 97, 5F and 23. RGB value is (151,95,35). Sum of RGB (Red+Green+Blue) = 151+95+35=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #975F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975F23 is #68A0DC. Grayscale: #696969. Windows color (decimal): -6856925 or 2318231. OLE color: 2318231.

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

Color convert

RGB1519535-
CMYK00.370.770.41
HSL31.03º62.37%36.47%-
HSV(B)31.03º76.82%59.22%-
XYZ17.1614.893.56-
YUV104.988.55160.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=53.74%
G=33.81%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151953500.370.770.4131.0362.3736.47
Hex975F230254D291f3e24
Octal2271374304511551377644
Binary1001011110111111000110100101100110110100111111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,95,35); }

 H1.HeaderClassName
 {
   color: #975F23;
 }
 .AnyTagClassName
 {
   color: #975F23;
 }
</style>
background-color css

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

 a { background-color: rgb(151,95,35); }

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

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

 span { border-color: rgb(151,95,35); }

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