Html Css Color HEX #9A5E44 Sepia

📋 copy color: '#9A5E44'

red 154 ◦ green 94 ◦ blue 68

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

Shades of Sepia #9A5E44

Tints of Sepia #9A5E44

RGB

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

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

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

R = 48.73%
G = 29.75%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#9A5E44 (or 0x9A5E44) is known color: Sepia. HEX triplet: 9A, 5E and 44. RGB value is (154,94,68). Sum of RGB (Red+Green+Blue) = 154+94+68=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E44 is #65A1BB. Grayscale: #6D6D6D. Windows color (decimal): -6660540 or 4480666. OLE color: 4480666.

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

Color convert

RGB 154 94 68 -
CMYK 0 0.39 0.56 0.40
HSL 18.14º 0.39% 0.44% -
HSV(B) 18.14º 0.56% 0.6% -
XYZ 18.37 15.29 7.45 -
YUV 108.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 154 94 68 0 0.39 0.56 0.40 18.14 0.39 0.44
Hex 9A 5E 44 0 27 38 28 12 27 2C
Octal 232 136 104 0 47 70 50 22 47 54
Binary 10011010 1011110 1000100 0 100111 111000 101000 10010 100111 101100

Color Harmonies of #9A5E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E44

Black with #9A5E44

Text Example


Text Example

White with #9A5E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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