Html Css Color HEX #9C7145 Pale Brown

📋 copy color: '#9C7145'

red 156 ◦ green 113 ◦ blue 69

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

Shades of Pale Brown #9C7145

Tints of Pale Brown #9C7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

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

R = 46.15%
G = 33.43%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9C7145 (or 0x9C7145) is known color: Pale Brown. HEX triplet: 9C, 71 and 45. RGB value is (156,113,69). Sum of RGB (Red+Green+Blue) = 156+113+69=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7145 is #638EBA. Grayscale: #797979. Windows color (decimal): -6524603 or 4551068. OLE color: 4551068.

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

Color convert

RGB 156 113 69 -
CMYK 0 0.28 0.56 0.39
HSL 30.34º 0.39% 0.44% -
HSV(B) 30.34º 0.56% 0.61% -
XYZ 20.69 19.31 8.27 -
YUV 120.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 156 113 69 0 0.28 0.56 0.39 30.34 0.39 0.44
Hex 9C 71 45 0 1C 38 27 1E 27 2C
Octal 234 161 105 0 34 70 47 36 47 54
Binary 10011100 1110001 1000101 0 11100 111000 100111 11110 100111 101100

Color Harmonies of #9C7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7145

Black with #9C7145

Text Example


Text Example

White with #9C7145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,113,69); }

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

background-color css

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

 a { background-color: rgb(156,113,69); }

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

border-color css

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

 span { border-color: rgb(156,113,69); }

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