Html Css Color HEX #975B25 Afghan Tan

📋 copy color: '#975B25'

red 151 ◦ green 91 ◦ blue 37

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

Shades of Afghan Tan #975B25

Tints of Afghan Tan #975B25

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 54.12%
G = 32.62%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#975B25 (or 0x975B25) is known color: Afghan Tan. HEX triplet: 97, 5B and 25. RGB value is (151,91,37). Sum of RGB (Red+Green+Blue) = 151+91+37=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #975B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975B25 is #68A4DA. Grayscale: #676767. Windows color (decimal): -6857947 or 2448279. OLE color: 2448279.

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

Color convert

RGB 151 91 37 -
CMYK 0 0.40 0.75 0.41
HSL 28.42º 0.61% 0.37% -
HSV(B) 28.42º 0.75% 0.59% -
XYZ 16.84 14.2 3.6 -
YUV 102.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 151 91 37 0 0.40 0.75 0.41 28.42 0.61 0.37
Hex 97 5B 25 0 28 4B 29 1C 3D 25
Octal 227 133 45 0 50 113 51 34 75 45
Binary 10010111 1011011 100101 0 101000 1001011 101001 11100 111101 100101

Color Harmonies of #975B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B25

Black with #975B25

Text Example


Text Example

White with #975B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,91,37); }

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

background-color css

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

 a { background-color: rgb(151,91,37); }

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

border-color css

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

 span { border-color: rgb(151,91,37); }

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