Html Css Color HEX #995E4C Sepia

📋 copy color: '#995E4C'

red 153 ◦ green 94 ◦ blue 76

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

Shades of Sepia #995E4C

Tints of Sepia #995E4C

RGB

 RED value IS 153 (60.16% from 255) = 47.37%

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 47.37%
G = 29.1%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#995E4C (or 0x995E4C) is known color: Sepia. HEX triplet: 99, 5E and 4C. RGB value is (153,94,76). Sum of RGB (Red+Green+Blue) = 153+94+76=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E4C is #66A1B3. Grayscale: #6D6D6D. Windows color (decimal): -6726068 or 5004953. OLE color: 5004953.

HSL color Cylindrical-coordinate representation of color #995E4C: hue angle of 14.03º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995E4C is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 94 76 -
CMYK 0 0.39 0.50 0.4
HSL 14.03º 0.34% 0.45% -
HSV(B) 14.03º 0.5% 0.6% -
XYZ 18.44 15.3 8.82 -
YUV 109.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 153 94 76 0 0.39 0.50 0.4 14.03 0.34 0.45
Hex 99 5E 4C 0 27 32 28 E 22 2D
Octal 231 136 114 0 47 62 50 16 42 55
Binary 10011001 1011110 1001100 0 100111 110010 101000 1110 100010 101101

Color Harmonies of #995E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995E4C

Black with #995E4C

Text Example


Text Example

White with #995E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995E4C; }

 p { color: rgb(153,94,76); }

 H1.HeaderClassName
 {
   color: #995E4C;
 }
 .AnyTagClassName
 {
   color: #995E4C;
 }
</style>

background-color css

<style>
 a { background-color: #995E4C; }

 a { background-color: rgb(153,94,76); }

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

border-color css

<style>
 span { border-color: #995E4C; }

 span { border-color: rgb(153,94,76); }

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