Html Css Color HEX #995542 Sepia

📋 copy color: '#995542'

red 153 ◦ green 85 ◦ blue 66

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

Shades of Sepia #995542

Tints of Sepia #995542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 50.33%
G = 27.96%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995542 (or 0x995542) is known color: Sepia. HEX triplet: 99, 55 and 42. RGB value is (153,85,66). Sum of RGB (Red+Green+Blue) = 153+85+66=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #995542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995542 is #66AABD. Grayscale: #676767. Windows color (decimal): -6728382 or 4347289. OLE color: 4347289.

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

Color convert

RGB 153 85 66 -
CMYK 0 0.44 0.57 0.4
HSL 13.1º 0.4% 0.43% -
HSV(B) 13.1º 0.57% 0.6% -
XYZ 17.37 13.66 6.88 -
YUV 103.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 153 85 66 0 0.44 0.57 0.4 13.1 0.4 0.43
Hex 99 55 42 0 2C 39 28 D 28 2B
Octal 231 125 102 0 54 71 50 15 50 53
Binary 10011001 1010101 1000010 0 101100 111001 101000 1101 101000 101011

Color Harmonies of #995542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995542

Black with #995542

Text Example


Text Example

White with #995542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995542; }

 p { color: rgb(153,85,66); }

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

background-color css

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

 a { background-color: rgb(153,85,66); }

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

border-color css

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

 span { border-color: rgb(153,85,66); }

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