Html Css Color HEX #9B7044 Pale Brown

📋 copy color: '#9B7044'

red 155 ◦ green 112 ◦ blue 68

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

Shades of Pale Brown #9B7044

Tints of Pale Brown #9B7044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 46.27%
G = 33.43%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B7044 (or 0x9B7044) is known color: Pale Brown. HEX triplet: 9B, 70 and 44. RGB value is (155,112,68). Sum of RGB (Red+Green+Blue) = 155+112+68=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7044 is #648FBB. Grayscale: #787878. Windows color (decimal): -6590396 or 4485275. OLE color: 4485275.

HSL color Cylindrical-coordinate representation of color #9B7044: hue angle of 30.34º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B7044 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 112 68 -
CMYK 0 0.28 0.56 0.39
HSL 30.34º 0.39% 0.44% -
HSV(B) 30.34º 0.56% 0.61% -
XYZ 20.36 18.97 8.06 -
YUV 119.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 155 112 68 0 0.28 0.56 0.39 30.34 0.39 0.44
Hex 9B 70 44 0 1C 38 27 1E 27 2C
Octal 233 160 104 0 34 70 47 36 47 54
Binary 10011011 1110000 1000100 0 11100 111000 100111 11110 100111 101100

Color Harmonies of #9B7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7044

Black with #9B7044

Text Example


Text Example

White with #9B7044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,112,68); }

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

background-color css

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

 a { background-color: rgb(155,112,68); }

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

border-color css

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

 span { border-color: rgb(155,112,68); }

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