Html Css Color HEX #9B5845 Sepia

📋 copy color: '#9B5845'

red 155 ◦ green 88 ◦ blue 69

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

Shades of Sepia #9B5845

Tints of Sepia #9B5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

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

R = 49.68%
G = 28.21%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B5845 (or 0x9B5845) is known color: Sepia. HEX triplet: 9B, 58 and 45. RGB value is (155,88,69). Sum of RGB (Red+Green+Blue) = 155+88+69=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5845 is #64A7BA. Grayscale: #6A6A6A. Windows color (decimal): -6596539 or 4544667. OLE color: 4544667.

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

Color convert

RGB 155 88 69 -
CMYK 0 0.43 0.55 0.39
HSL 13.26º 0.38% 0.44% -
HSV(B) 13.26º 0.55% 0.61% -
XYZ 18.08 14.38 7.45 -
YUV 105.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 155 88 69 0 0.43 0.55 0.39 13.26 0.38 0.44
Hex 9B 58 45 0 2B 37 27 D 26 2C
Octal 233 130 105 0 53 67 47 15 46 54
Binary 10011011 1011000 1000101 0 101011 110111 100111 1101 100110 101100

Color Harmonies of #9B5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5845

Black with #9B5845

Text Example


Text Example

White with #9B5845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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