Html Css Color HEX #9D7752 Pale Brown

📋 copy color: '#9D7752'

red 157 ◦ green 119 ◦ blue 82

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

Shades of Pale Brown #9D7752

Tints of Pale Brown #9D7752

RGB

 RED value IS 157 (61.72% from 255) = 43.85%

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

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

R = 43.85%
G = 33.24%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D7752 (or 0x9D7752) is known color: Pale Brown. HEX triplet: 9D, 77 and 52. RGB value is (157,119,82). Sum of RGB (Red+Green+Blue) = 157+119+82=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7752 is #6288AD. Grayscale: #7E7E7E. Windows color (decimal): -6457518 or 5404573. OLE color: 5404573.

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

Color convert

RGB 157 119 82 -
CMYK 0 0.24 0.48 0.38
HSL 29.6º 0.31% 0.47% -
HSV(B) 29.6º 0.48% 0.62% -
XYZ 22.02 20.97 10.87 -
YUV 126.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 157 119 82 0 0.24 0.48 0.38 29.6 0.31 0.47
Hex 9D 77 52 0 18 30 26 1E 1F 2F
Octal 235 167 122 0 30 60 46 36 37 57
Binary 10011101 1110111 1010010 0 11000 110000 100110 11110 11111 101111

Color Harmonies of #9D7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7752

Black with #9D7752

Text Example


Text Example

White with #9D7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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