Html Css Color HEX #9B7A56 Pale Brown

📋 copy color: '#9B7A56'

red 155 ◦ green 122 ◦ blue 86

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

Shades of Pale Brown #9B7A56

Tints of Pale Brown #9B7A56

RGB

 RED value IS 155 (60.94% from 255) = 42.7%

 GREEN value IS 122 (48.05% from 255) = 33.61%

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 42.7%
G = 33.61%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B7A56 (or 0x9B7A56) is known color: Pale Brown. HEX triplet: 9B, 7A and 56. RGB value is (155,122,86). Sum of RGB (Red+Green+Blue) = 155+122+86=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7A56 is #6485A9. Grayscale: #7F7F7F. Windows color (decimal): -6587818 or 5667483. OLE color: 5667483.

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

Color convert

RGB 155 122 86 -
CMYK 0 0.21 0.45 0.39
HSL 31.3º 0.29% 0.47% -
HSV(B) 31.3º 0.45% 0.61% -
XYZ 22.16 21.56 11.8 -
YUV 127.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 155 122 86 0 0.21 0.45 0.39 31.3 0.29 0.47
Hex 9B 7A 56 0 15 2D 27 1F 1D 2F
Octal 233 172 126 0 25 55 47 37 35 57
Binary 10011011 1111010 1010110 0 10101 101101 100111 11111 11101 101111

Color Harmonies of #9B7A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7A56

Black with #9B7A56

Text Example


Text Example

White with #9B7A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,122,86); }

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

background-color css

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

 a { background-color: rgb(155,122,86); }

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

border-color css

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

 span { border-color: rgb(155,122,86); }

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