Html Css Color HEX #9D5B43 Sepia

📋 copy color: '#9D5B43'

red 157 ◦ green 91 ◦ blue 67

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

Shades of Sepia #9D5B43

Tints of Sepia #9D5B43

RGB

 RED value IS 157 (61.72% from 255) = 49.84%

 GREEN value IS 91 (35.94% from 255) = 28.89%

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 49.84%
G = 28.89%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9D5B43 (or 0x9D5B43) is known color: Sepia. HEX triplet: 9D, 5B and 43. RGB value is (157,91,67). Sum of RGB (Red+Green+Blue) = 157+91+67=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5B43 is #62A4BC. Grayscale: #6C6C6C. Windows color (decimal): -6464701 or 4414365. OLE color: 4414365.

HSL color Cylindrical-coordinate representation of color #9D5B43: hue angle of 16º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D5B43 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 91 67 -
CMYK 0 0.42 0.57 0.38
HSL 16º 0.4% 0.44% -
HSV(B) 16º 0.57% 0.62% -
XYZ 18.66 15.06 7.23 -
YUV 108 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 157 91 67 0 0.42 0.57 0.38 16 0.4 0.44
Hex 9D 5B 43 0 2A 39 26 10 28 2C
Octal 235 133 103 0 52 71 46 20 50 54
Binary 10011101 1011011 1000011 0 101010 111001 100110 10000 101000 101100

Color Harmonies of #9D5B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5B43

Black with #9D5B43

Text Example


Text Example

White with #9D5B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,91,67); }

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

background-color css

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

 a { background-color: rgb(157,91,67); }

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

border-color css

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

 span { border-color: rgb(157,91,67); }

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