Html Css Color HEX #997F5C Sorrell Brown

📋 copy color: '#997F5C'

red 153 ◦ green 127 ◦ blue 92

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

Shades of Sorrell Brown #997F5C

Tints of Sorrell Brown #997F5C

RGB

 RED value IS 153 (60.16% from 255) = 41.13%

 GREEN value IS 127 (50% from 255) = 34.14%

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 41.13%
G = 34.14%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#997F5C (or 0x997F5C) is known color: Sorrell Brown. HEX triplet: 99, 7F and 5C. RGB value is (153,127,92). Sum of RGB (Red+Green+Blue) = 153+127+92=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F5C is #6680A3. Grayscale: #828282. Windows color (decimal): -6717604 or 6061977. OLE color: 6061977.

HSL color Cylindrical-coordinate representation of color #997F5C: hue angle of 34.43º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #997F5C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 92 -
CMYK 0 0.17 0.40 0.4
HSL 34.43º 0.25% 0.48% -
HSV(B) 34.43º 0.4% 0.6% -
XYZ 22.66 22.72 13.32 -
YUV 130.78 106.11 143.85 -
System Red Green Blue C M Y K H S L
Decimal 153 127 92 0 0.17 0.40 0.4 34.43 0.25 0.48
Hex 99 7F 5C 0 11 28 28 22 19 30
Octal 231 177 134 0 21 50 50 42 31 60
Binary 10011001 1111111 1011100 0 10001 101000 101000 100010 11001 110000

Color Harmonies of #997F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F5C

Black with #997F5C

Text Example


Text Example

White with #997F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F5C; }

 p { color: rgb(153,127,92); }

 H1.HeaderClassName
 {
   color: #997F5C;
 }
 .AnyTagClassName
 {
   color: #997F5C;
 }
</style>

background-color css

<style>
 a { background-color: #997F5C; }

 a { background-color: rgb(153,127,92); }

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

border-color css

<style>
 span { border-color: #997F5C; }

 span { border-color: rgb(153,127,92); }

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