Html Css Color HEX #9C7752 Pale Brown

📋 copy color: '#9C7752'

red 156 ◦ green 119 ◦ blue 82

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

Shades of Pale Brown #9C7752

Tints of Pale Brown #9C7752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.97%

R = 43.7%
G = 33.33%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C7752 (or 0x9C7752) is known color: Pale Brown. HEX triplet: 9C, 77 and 52. RGB value is (156,119,82). Sum of RGB (Red+Green+Blue) = 156+119+82=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7752 is #6388AD. Grayscale: #7E7E7E. Windows color (decimal): -6523054 or 5404572. OLE color: 5404572.

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

Color convert

RGB 156 119 82 -
CMYK 0 0.24 0.47 0.39
HSL 30º 0.31% 0.47% -
HSV(B) 30º 0.47% 0.61% -
XYZ 21.83 20.87 10.86 -
YUV 125.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 156 119 82 0 0.24 0.47 0.39 30 0.31 0.47
Hex 9C 77 52 0 18 2F 27 1E 1F 2F
Octal 234 167 122 0 30 57 47 36 37 57
Binary 10011100 1110111 1010010 0 11000 101111 100111 11110 11111 101111

Color Harmonies of #9C7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7752

Black with #9C7752

Text Example


Text Example

White with #9C7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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