Html Css Color HEX #977D5B Sorrell Brown

📋 copy color: '#977D5B'

red 151 ◦ green 125 ◦ blue 91

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

Shades of Sorrell Brown #977D5B

Tints of Sorrell Brown #977D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 41.14%
G = 34.06%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#977D5B (or 0x977D5B) is known color: Sorrell Brown. HEX triplet: 97, 7D and 5B. RGB value is (151,125,91). Sum of RGB (Red+Green+Blue) = 151+125+91=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D5B is #6882A4. Grayscale: #818181. Windows color (decimal): -6849189 or 5995927. OLE color: 5995927.

HSL color Cylindrical-coordinate representation of color #977D5B: hue angle of 34º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977D5B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 91 -
CMYK 0 0.17 0.40 0.41
HSL 34º 0.25% 0.47% -
HSV(B) 34º 0.4% 0.59% -
XYZ 21.98 22 12.99 -
YUV 128.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 151 125 91 0 0.17 0.40 0.41 34 0.25 0.47
Hex 97 7D 5B 0 11 28 29 22 19 2F
Octal 227 175 133 0 21 50 51 42 31 57
Binary 10010111 1111101 1011011 0 10001 101000 101001 100010 11001 101111

Color Harmonies of #977D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D5B

Black with #977D5B

Text Example


Text Example

White with #977D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977D5B; }

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

 H1.HeaderClassName
 {
   color: #977D5B;
 }
 .AnyTagClassName
 {
   color: #977D5B;
 }
</style>

background-color css

<style>
 a { background-color: #977D5B; }

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

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

border-color css

<style>
 span { border-color: #977D5B; }

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

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