Html Css Color HEX #9D7352 Pale Brown

📋 copy color: '#9D7352'

red 157 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #9D7352

Tints of Pale Brown #9D7352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 44.35%
G = 32.49%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9D7352 (or 0x9D7352) is known color: Pale Brown. HEX triplet: 9D, 73 and 52. RGB value is (157,115,82). Sum of RGB (Red+Green+Blue) = 157+115+82=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7352 is #628CAD. Grayscale: #7B7B7B. Windows color (decimal): -6458542 or 5403549. OLE color: 5403549.

HSL color Cylindrical-coordinate representation of color #9D7352: hue angle of 26.4º 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 #9D7352 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 115 82 -
CMYK 0 0.27 0.48 0.38
HSL 26.4º 0.31% 0.47% -
HSV(B) 26.4º 0.48% 0.62% -
XYZ 21.56 20.04 10.71 -
YUV 123.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 157 115 82 0 0.27 0.48 0.38 26.4 0.31 0.47
Hex 9D 73 52 0 1B 30 26 1A 1F 2F
Octal 235 163 122 0 33 60 46 32 37 57
Binary 10011101 1110011 1010010 0 11011 110000 100110 11010 11111 101111

Color Harmonies of #9D7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7352

Black with #9D7352

Text Example


Text Example

White with #9D7352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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