Html Css Color HEX #9C7750 Pale Brown

📋 copy color: '#9C7750'

red 156 ◦ green 119 ◦ blue 80

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

Shades of Pale Brown #9C7750

Tints of Pale Brown #9C7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 43.94%
G = 33.52%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C7750 (or 0x9C7750) is known color: Pale Brown. HEX triplet: 9C, 77 and 50. RGB value is (156,119,80). Sum of RGB (Red+Green+Blue) = 156+119+80=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7750 is #6388AF. Grayscale: #7D7D7D. Windows color (decimal): -6523056 or 5273500. OLE color: 5273500.

HSL color Cylindrical-coordinate representation of color #9C7750: hue angle of 30.79º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C7750 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 119 80 -
CMYK 0 0.24 0.49 0.39
HSL 30.79º 0.32% 0.46% -
HSV(B) 30.79º 0.49% 0.61% -
XYZ 21.76 20.84 10.47 -
YUV 125.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 156 119 80 0 0.24 0.49 0.39 30.79 0.32 0.46
Hex 9C 77 50 0 18 31 27 1F 20 2E
Octal 234 167 120 0 30 61 47 37 40 56
Binary 10011100 1110111 1010000 0 11000 110001 100111 11111 100000 101110

Color Harmonies of #9C7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7750

Black with #9C7750

Text Example


Text Example

White with #9C7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,119,80); }

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

background-color css

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

 a { background-color: rgb(156,119,80); }

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

border-color css

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

 span { border-color: rgb(156,119,80); }

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