Html Css Color HEX #977B5F Sorrell Brown

📋 copy color: '#977B5F'

red 151 ◦ green 123 ◦ blue 95

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

Shades of Sorrell Brown #977B5F

Tints of Sorrell Brown #977B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 40.92%
G = 33.33%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#977B5F (or 0x977B5F) is known color: Sorrell Brown. HEX triplet: 97, 7B and 5F. RGB value is (151,123,95). Sum of RGB (Red+Green+Blue) = 151+123+95=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B5F is #6884A0. Grayscale: #808080. Windows color (decimal): -6849697 or 6257559. OLE color: 6257559.

HSL color Cylindrical-coordinate representation of color #977B5F: hue angle of 30º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977B5F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 95 -
CMYK 0 0.19 0.37 0.41
HSL 30º 0.23% 0.48% -
HSV(B) 30º 0.37% 0.59% -
XYZ 21.91 21.57 13.84 -
YUV 128.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 151 123 95 0 0.19 0.37 0.41 30 0.23 0.48
Hex 97 7B 5F 0 13 25 29 1E 17 30
Octal 227 173 137 0 23 45 51 36 27 60
Binary 10010111 1111011 1011111 0 10011 100101 101001 11110 10111 110000

Color Harmonies of #977B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B5F

Black with #977B5F

Text Example


Text Example

White with #977B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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