Html Css Color HEX #9C7955 Pale Brown

📋 copy color: '#9C7955'

red 156 ◦ green 121 ◦ blue 85

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

Shades of Pale Brown #9C7955

Tints of Pale Brown #9C7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.43%

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

R = 43.09%
G = 33.43%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#9C7955 (or 0x9C7955) is known color: Pale Brown. HEX triplet: 9C, 79 and 55. RGB value is (156,121,85). Sum of RGB (Red+Green+Blue) = 156+121+85=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7955 is #6386AA. Grayscale: #7F7F7F. Windows color (decimal): -6522539 or 5601692. OLE color: 5601692.

HSL color Cylindrical-coordinate representation of color #9C7955: hue angle of 30.42º 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 #9C7955 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 121 85 -
CMYK 0 0.22 0.46 0.39
HSL 30.42º 0.29% 0.47% -
HSV(B) 30.42º 0.46% 0.61% -
XYZ 22.19 21.4 11.56 -
YUV 127.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 156 121 85 0 0.22 0.46 0.39 30.42 0.29 0.47
Hex 9C 79 55 0 16 2E 27 1E 1D 2F
Octal 234 171 125 0 26 56 47 36 35 57
Binary 10011100 1111001 1010101 0 10110 101110 100111 11110 11101 101111

Color Harmonies of #9C7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7955

Black with #9C7955

Text Example


Text Example

White with #9C7955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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