Html Css Color HEX #9D7355 Pale Brown

📋 copy color: '#9D7355'

red 157 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #9D7355

Tints of Pale Brown #9D7355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 43.98%
G = 32.21%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D7355 (or 0x9D7355) is known color: Pale Brown. HEX triplet: 9D, 73 and 55. RGB value is (157,115,85). Sum of RGB (Red+Green+Blue) = 157+115+85=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7355 is #628CAA. Grayscale: #7C7C7C. Windows color (decimal): -6458539 or 5600157. OLE color: 5600157.

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

Color convert

RGB 157 115 85 -
CMYK 0 0.27 0.46 0.38
HSL 25º 0.3% 0.47% -
HSV(B) 25º 0.46% 0.62% -
XYZ 21.68 20.09 11.33 -
YUV 124.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 157 115 85 0 0.27 0.46 0.38 25 0.3 0.47
Hex 9D 73 55 0 1B 2E 26 19 1E 2F
Octal 235 163 125 0 33 56 46 31 36 57
Binary 10011101 1110011 1010101 0 11011 101110 100110 11001 11110 101111

Color Harmonies of #9D7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7355

Black with #9D7355

Text Example


Text Example

White with #9D7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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