Html Css Color HEX #9A5745 Sepia

📋 copy color: '#9A5745'

red 154 ◦ green 87 ◦ blue 69

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

Shades of Sepia #9A5745

Tints of Sepia #9A5745

RGB

 RED value IS 154 (60.55% from 255) = 49.68%

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 49.68%
G = 28.06%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#9A5745 (or 0x9A5745) is known color: Sepia. HEX triplet: 9A, 57 and 45. RGB value is (154,87,69). Sum of RGB (Red+Green+Blue) = 154+87+69=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5745 is #65A8BA. Grayscale: #696969. Windows color (decimal): -6662331 or 4544410. OLE color: 4544410.

HSL color Cylindrical-coordinate representation of color #9A5745: hue angle of 12.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5745 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 87 69 -
CMYK 0 0.44 0.55 0.40
HSL 12.71º 0.38% 0.44% -
HSV(B) 12.71º 0.55% 0.6% -
XYZ 17.81 14.12 7.42 -
YUV 104.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 154 87 69 0 0.44 0.55 0.40 12.71 0.38 0.44
Hex 9A 57 45 0 2C 37 28 D 26 2C
Octal 232 127 105 0 54 67 50 15 46 54
Binary 10011010 1010111 1000101 0 101100 110111 101000 1101 100110 101100

Color Harmonies of #9A5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5745

Black with #9A5745

Text Example


Text Example

White with #9A5745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,87,69); }

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

background-color css

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

 a { background-color: rgb(154,87,69); }

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

border-color css

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

 span { border-color: rgb(154,87,69); }

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