Html Css Color HEX #9B7442 Pale Brown

📋 copy color: '#9B7442'

red 155 ◦ green 116 ◦ blue 66

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

Shades of Pale Brown #9B7442

Tints of Pale Brown #9B7442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 45.99%
G = 34.42%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B7442 (or 0x9B7442) is known color: Pale Brown. HEX triplet: 9B, 74 and 42. RGB value is (155,116,66). Sum of RGB (Red+Green+Blue) = 155+116+66=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7442 is #648BBD. Grayscale: #7A7A7A. Windows color (decimal): -6589374 or 4355227. OLE color: 4355227.

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

Color convert

RGB 155 116 66 -
CMYK 0 0.25 0.57 0.39
HSL 33.71º 0.4% 0.43% -
HSV(B) 33.71º 0.57% 0.61% -
XYZ 20.75 19.85 7.89 -
YUV 121.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 155 116 66 0 0.25 0.57 0.39 33.71 0.4 0.43
Hex 9B 74 42 0 19 39 27 22 28 2B
Octal 233 164 102 0 31 71 47 42 50 53
Binary 10011011 1110100 1000010 0 11001 111001 100111 100010 101000 101011

Color Harmonies of #9B7442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7442

Black with #9B7442

Text Example


Text Example

White with #9B7442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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