Html Css Color HEX #9C7F5D Sorrell Brown

📋 copy color: '#9C7F5D'

red 156 ◦ green 127 ◦ blue 93

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

Shades of Sorrell Brown #9C7F5D

Tints of Sorrell Brown #9C7F5D

RGB

 RED value IS 156 (61.33% from 255) = 41.49%

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 41.49%
G = 33.78%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C7F5D (or 0x9C7F5D) is known color: Sorrell Brown. HEX triplet: 9C, 7F and 5D. RGB value is (156,127,93). Sum of RGB (Red+Green+Blue) = 156+127+93=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F5D is #6380A2. Grayscale: #838383. Windows color (decimal): -6520995 or 6127516. OLE color: 6127516.

HSL color Cylindrical-coordinate representation of color #9C7F5D: hue angle of 32.38º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C7F5D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 93 -
CMYK 0 0.19 0.40 0.39
HSL 32.38º 0.25% 0.49% -
HSV(B) 32.38º 0.4% 0.61% -
XYZ 23.28 23.04 13.58 -
YUV 131.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 156 127 93 0 0.19 0.40 0.39 32.38 0.25 0.49
Hex 9C 7F 5D 0 13 28 27 20 19 31
Octal 234 177 135 0 23 50 47 40 31 61
Binary 10011100 1111111 1011101 0 10011 101000 100111 100000 11001 110001

Color Harmonies of #9C7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F5D

Black with #9C7F5D

Text Example


Text Example

White with #9C7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7F5D; }

 p { color: rgb(156,127,93); }

 H1.HeaderClassName
 {
   color: #9C7F5D;
 }
 .AnyTagClassName
 {
   color: #9C7F5D;
 }
</style>

background-color css

<style>
 a { background-color: #9C7F5D; }

 a { background-color: rgb(156,127,93); }

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

border-color css

<style>
 span { border-color: #9C7F5D; }

 span { border-color: rgb(156,127,93); }

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