Html Css Color HEX #9D7345 Pale Brown

📋 copy color: '#9D7345'

red 157 ◦ green 115 ◦ blue 69

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

Shades of Pale Brown #9D7345

Tints of Pale Brown #9D7345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 46.04%
G = 33.72%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9D7345 (or 0x9D7345) is known color: Pale Brown. HEX triplet: 9D, 73 and 45. RGB value is (157,115,69). Sum of RGB (Red+Green+Blue) = 157+115+69=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7345 is #628CBA. Grayscale: #7A7A7A. Windows color (decimal): -6458555 or 4551581. OLE color: 4551581.

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

Color convert

RGB 157 115 69 -
CMYK 0 0.27 0.56 0.38
HSL 31.36º 0.39% 0.44% -
HSV(B) 31.36º 0.56% 0.62% -
XYZ 21.11 19.86 8.35 -
YUV 122.31 97.91 152.74 -
System Red Green Blue C M Y K H S L
Decimal 157 115 69 0 0.27 0.56 0.38 31.36 0.39 0.44
Hex 9D 73 45 0 1B 38 26 1F 27 2C
Octal 235 163 105 0 33 70 46 37 47 54
Binary 10011101 1110011 1000101 0 11011 111000 100110 11111 100111 101100

Color Harmonies of #9D7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7345

Black with #9D7345

Text Example


Text Example

White with #9D7345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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