Html Css Color HEX #9B5E45 Sepia

📋 copy color: '#9B5E45'

red 155 ◦ green 94 ◦ blue 69

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

Shades of Sepia #9B5E45

Tints of Sepia #9B5E45

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

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

R = 48.74%
G = 29.56%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B5E45 (or 0x9B5E45) is known color: Sepia. HEX triplet: 9B, 5E and 45. RGB value is (155,94,69). Sum of RGB (Red+Green+Blue) = 155+94+69=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E45 is #64A1BA. Grayscale: #6D6D6D. Windows color (decimal): -6595003 or 4546203. OLE color: 4546203.

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

Color convert

RGB 155 94 69 -
CMYK 0 0.39 0.55 0.39
HSL 17.44º 0.38% 0.44% -
HSV(B) 17.44º 0.55% 0.61% -
XYZ 18.59 15.4 7.62 -
YUV 109.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 155 94 69 0 0.39 0.55 0.39 17.44 0.38 0.44
Hex 9B 5E 45 0 27 37 27 11 26 2C
Octal 233 136 105 0 47 67 47 21 46 54
Binary 10011011 1011110 1000101 0 100111 110111 100111 10001 100110 101100

Color Harmonies of #9B5E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E45

Black with #9B5E45

Text Example


Text Example

White with #9B5E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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