Html Css Color HEX #9B7242 Pale Brown

📋 copy color: '#9B7242'

red 155 ◦ green 114 ◦ blue 66

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

Shades of Pale Brown #9B7242

Tints of Pale Brown #9B7242

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 46.27%
G = 34.03%
B = 19.7%

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

#9B7242 (or 0x9B7242) is known color: Pale Brown. HEX triplet: 9B, 72 and 42. RGB value is (155,114,66). Sum of RGB (Red+Green+Blue) = 155+114+66=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7242 is #648DBD. Grayscale: #797979. Windows color (decimal): -6589886 or 4354715. OLE color: 4354715.

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

Color convert

RGB 155 114 66 -
CMYK 0 0.26 0.57 0.39
HSL 32.36º 0.4% 0.43% -
HSV(B) 32.36º 0.57% 0.61% -
XYZ 20.52 19.4 7.82 -
YUV 120.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 155 114 66 0 0.26 0.57 0.39 32.36 0.4 0.43
Hex 9B 72 42 0 1A 39 27 20 28 2B
Octal 233 162 102 0 32 71 47 40 50 53
Binary 10011011 1110010 1000010 0 11010 111001 100111 100000 101000 101011

Color Harmonies of #9B7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7242

Black with #9B7242

Text Example


Text Example

White with #9B7242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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