Html Css Color HEX #9B7355 Pale Brown

📋 copy color: '#9B7355'

red 155 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #9B7355

Tints of Pale Brown #9B7355

RGB

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

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

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

R = 43.66%
G = 32.39%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B7355 (or 0x9B7355) is known color: Pale Brown. HEX triplet: 9B, 73 and 55. RGB value is (155,115,85). Sum of RGB (Red+Green+Blue) = 155+115+85=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7355 is #648CAA. Grayscale: #7B7B7B. Windows color (decimal): -6589611 or 5600155. OLE color: 5600155.

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

Color convert

RGB 155 115 85 -
CMYK 0 0.26 0.45 0.39
HSL 25.71º 0.29% 0.47% -
HSV(B) 25.71º 0.45% 0.61% -
XYZ 21.29 19.89 11.31 -
YUV 123.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 155 115 85 0 0.26 0.45 0.39 25.71 0.29 0.47
Hex 9B 73 55 0 1A 2D 27 1A 1D 2F
Octal 233 163 125 0 32 55 47 32 35 57
Binary 10011011 1110011 1010101 0 11010 101101 100111 11010 11101 101111

Color Harmonies of #9B7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7355

Black with #9B7355

Text Example


Text Example

White with #9B7355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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