Html Css Color HEX #9A5C3C Sepia

📋 copy color: '#9A5C3C'

red 154 ◦ green 92 ◦ blue 60

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

Shades of Sepia #9A5C3C

Tints of Sepia #9A5C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 50.33%
G = 30.07%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#9A5C3C (or 0x9A5C3C) is known color: Sepia. HEX triplet: 9A, 5C and 3C. RGB value is (154,92,60). Sum of RGB (Red+Green+Blue) = 154+92+60=306 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.33% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5C3C is #65A3C3. Grayscale: #6B6B6B. Windows color (decimal): -6661060 or 3955866. OLE color: 3955866.

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

Color convert

RGB 154 92 60 -
CMYK 0 0.40 0.61 0.40
HSL 20.43º 0.44% 0.42% -
HSV(B) 20.43º 0.61% 0.6% -
XYZ 17.97 14.85 6.19 -
YUV 106.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 154 92 60 0 0.40 0.61 0.40 20.43 0.44 0.42
Hex 9A 5C 3C 0 28 3D 28 14 2C 2A
Octal 232 134 74 0 50 75 50 24 54 52
Binary 10011010 1011100 111100 0 101000 111101 101000 10100 101100 101010

Color Harmonies of #9A5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5C3C

Black with #9A5C3C

Text Example


Text Example

White with #9A5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,60); }

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

background-color css

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

 a { background-color: rgb(154,92,60); }

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

border-color css

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

 span { border-color: rgb(154,92,60); }

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