Html Css Color HEX #9C7355 Pale Brown

📋 copy color: '#9C7355'

red 156 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #9C7355

Tints of Pale Brown #9C7355

RGB

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

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

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

R = 43.82%
G = 32.3%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C7355 (or 0x9C7355) is known color: Pale Brown. HEX triplet: 9C, 73 and 55. RGB value is (156,115,85). Sum of RGB (Red+Green+Blue) = 156+115+85=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7355 is #638CAA. Grayscale: #7B7B7B. Windows color (decimal): -6524075 or 5600156. OLE color: 5600156.

HSL color Cylindrical-coordinate representation of color #9C7355: hue angle of 25.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C7355 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 85 -
CMYK 0 0.26 0.46 0.39
HSL 25.35º 0.29% 0.47% -
HSV(B) 25.35º 0.46% 0.61% -
XYZ 21.48 19.99 11.32 -
YUV 123.84 106.08 150.94 -
System Red Green Blue C M Y K H S L
Decimal 156 115 85 0 0.26 0.46 0.39 25.35 0.29 0.47
Hex 9C 73 55 0 1A 2E 27 19 1D 2F
Octal 234 163 125 0 32 56 47 31 35 57
Binary 10011100 1110011 1010101 0 11010 101110 100111 11001 11101 101111

Color Harmonies of #9C7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7355

Black with #9C7355

Text Example


Text Example

White with #9C7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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