Html Css Color HEX #9B7145 Pale Brown

📋 copy color: '#9B7145'

red 155 ◦ green 113 ◦ blue 69

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

Shades of Pale Brown #9B7145

Tints of Pale Brown #9B7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 45.99%
G = 33.53%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B7145 (or 0x9B7145) is known color: Pale Brown. HEX triplet: 9B, 71 and 45. RGB value is (155,113,69). Sum of RGB (Red+Green+Blue) = 155+113+69=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7145 is #648EBA. Grayscale: #787878. Windows color (decimal): -6590139 or 4551067. OLE color: 4551067.

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

Color convert

RGB 155 113 69 -
CMYK 0 0.27 0.55 0.39
HSL 30.7º 0.38% 0.44% -
HSV(B) 30.7º 0.55% 0.61% -
XYZ 20.5 19.21 8.26 -
YUV 120.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 155 113 69 0 0.27 0.55 0.39 30.7 0.38 0.44
Hex 9B 71 45 0 1B 37 27 1F 26 2C
Octal 233 161 105 0 33 67 47 37 46 54
Binary 10011011 1110001 1000101 0 11011 110111 100111 11111 100110 101100

Color Harmonies of #9B7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7145

Black with #9B7145

Text Example


Text Example

White with #9B7145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,69); }

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

background-color css

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

 a { background-color: rgb(155,113,69); }

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

border-color css

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

 span { border-color: rgb(155,113,69); }

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