Html Css Color HEX #975A1F Afghan Tan

📋 copy color: '#975A1F'

red 151 ◦ green 90 ◦ blue 31

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

Shades of Afghan Tan #975A1F

Tints of Afghan Tan #975A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 55.51%
G = 33.09%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#975A1F (or 0x975A1F) is known color: Afghan Tan. HEX triplet: 97, 5A and 1F. RGB value is (151,90,31). Sum of RGB (Red+Green+Blue) = 151+90+31=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #975A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A1F is #68A5E0. Grayscale: #656565. Windows color (decimal): -6858209 or 2054807. OLE color: 2054807.

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

Color convert

RGB 151 90 31 -
CMYK 0 0.40 0.79 0.41
HSL 29.5º 0.66% 0.36% -
HSV(B) 29.5º 0.79% 0.59% -
XYZ 16.67 13.99 3.12 -
YUV 101.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 151 90 31 0 0.40 0.79 0.41 29.5 0.66 0.36
Hex 97 5A 1F 0 28 4F 29 1E 42 24
Octal 227 132 37 0 50 117 51 36 102 44
Binary 10010111 1011010 11111 0 101000 1001111 101001 11110 1000010 100100

Color Harmonies of #975A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975A1F

Black with #975A1F

Text Example


Text Example

White with #975A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,90,31); }

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

background-color css

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

 a { background-color: rgb(151,90,31); }

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

border-color css

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

 span { border-color: rgb(151,90,31); }

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