Html Css Color HEX #9B5E44 Sepia

📋 copy color: '#9B5E44'

red 155 ◦ green 94 ◦ blue 68

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

Shades of Sepia #9B5E44

Tints of Sepia #9B5E44

RGB

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

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

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

R = 48.9%
G = 29.65%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B5E44 (or 0x9B5E44) is known color: Sepia. HEX triplet: 9B, 5E and 44. RGB value is (155,94,68). Sum of RGB (Red+Green+Blue) = 155+94+68=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E44 is #64A1BB. Grayscale: #6D6D6D. Windows color (decimal): -6595004 or 4480667. OLE color: 4480667.

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

Color convert

RGB 155 94 68 -
CMYK 0 0.39 0.56 0.39
HSL 17.93º 0.39% 0.44% -
HSV(B) 17.93º 0.56% 0.61% -
XYZ 18.56 15.39 7.46 -
YUV 109.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 155 94 68 0 0.39 0.56 0.39 17.93 0.39 0.44
Hex 9B 5E 44 0 27 38 27 12 27 2C
Octal 233 136 104 0 47 70 47 22 47 54
Binary 10011011 1011110 1000100 0 100111 111000 100111 10010 100111 101100

Color Harmonies of #9B5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E44

Black with #9B5E44

Text Example


Text Example

White with #9B5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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