Html Css Color HEX #9B5947 Sepia

📋 copy color: '#9B5947'

red 155 ◦ green 89 ◦ blue 71

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

Shades of Sepia #9B5947

Tints of Sepia #9B5947

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 49.21%
G = 28.25%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#9B5947 (or 0x9B5947) is known color: Sepia. HEX triplet: 9B, 59 and 47. RGB value is (155,89,71). Sum of RGB (Red+Green+Blue) = 155+89+71=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5947 is #64A6B8. Grayscale: #6A6A6A. Windows color (decimal): -6596281 or 4675995. OLE color: 4675995.

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

Color convert

RGB 155 89 71 -
CMYK 0 0.43 0.54 0.39
HSL 12.86º 0.37% 0.44% -
HSV(B) 12.86º 0.54% 0.61% -
XYZ 18.23 14.57 7.81 -
YUV 106.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 155 89 71 0 0.43 0.54 0.39 12.86 0.37 0.44
Hex 9B 59 47 0 2B 36 27 D 25 2C
Octal 233 131 107 0 53 66 47 15 45 54
Binary 10011011 1011001 1000111 0 101011 110110 100111 1101 100101 101100

Color Harmonies of #9B5947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5947

Black with #9B5947

Text Example


Text Example

White with #9B5947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,71); }

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

background-color css

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

 a { background-color: rgb(155,89,71); }

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

border-color css

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

 span { border-color: rgb(155,89,71); }

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