Html Css Color HEX #9B7342 Pale Brown

📋 copy color: '#9B7342'

red 155 ◦ green 115 ◦ blue 66

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

Shades of Pale Brown #9B7342

Tints of Pale Brown #9B7342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 46.13%
G = 34.23%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B7342 (or 0x9B7342) is known color: Pale Brown. HEX triplet: 9B, 73 and 42. RGB value is (155,115,66). Sum of RGB (Red+Green+Blue) = 155+115+66=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7342 is #648CBD. Grayscale: #797979. Windows color (decimal): -6589630 or 4354971. OLE color: 4354971.

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

Color convert

RGB 155 115 66 -
CMYK 0 0.26 0.57 0.39
HSL 33.03º 0.4% 0.43% -
HSV(B) 33.03º 0.57% 0.61% -
XYZ 20.63 19.62 7.85 -
YUV 121.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 155 115 66 0 0.26 0.57 0.39 33.03 0.4 0.43
Hex 9B 73 42 0 1A 39 27 21 28 2B
Octal 233 163 102 0 32 71 47 41 50 53
Binary 10011011 1110011 1000010 0 11010 111001 100111 100001 101000 101011

Color Harmonies of #9B7342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7342

Black with #9B7342

Text Example


Text Example

White with #9B7342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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