Html Css Color HEX #9B7251 Pale Brown

📋 copy color: '#9B7251'

red 155 ◦ green 114 ◦ blue 81

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

Shades of Pale Brown #9B7251

Tints of Pale Brown #9B7251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 44.29%
G = 32.57%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#9B7251 (or 0x9B7251) is known color: Pale Brown. HEX triplet: 9B, 72 and 51. RGB value is (155,114,81). Sum of RGB (Red+Green+Blue) = 155+114+81=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7251 is #648DAE. Grayscale: #7A7A7A. Windows color (decimal): -6589871 or 5337755. OLE color: 5337755.

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

Color convert

RGB 155 114 81 -
CMYK 0 0.26 0.48 0.39
HSL 26.76º 0.31% 0.46% -
HSV(B) 26.76º 0.48% 0.61% -
XYZ 21.02 19.6 10.46 -
YUV 122.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 155 114 81 0 0.26 0.48 0.39 26.76 0.31 0.46
Hex 9B 72 51 0 1A 30 27 1B 1F 2E
Octal 233 162 121 0 32 60 47 33 37 56
Binary 10011011 1110010 1010001 0 11010 110000 100111 11011 11111 101110

Color Harmonies of #9B7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7251

Black with #9B7251

Text Example


Text Example

White with #9B7251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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