Html Css Color HEX #995544 Sepia

📋 copy color: '#995544'

red 153 ◦ green 85 ◦ blue 68

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

Shades of Sepia #995544

Tints of Sepia #995544

RGB

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

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

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

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#995544 (or 0x995544) is known color: Sepia. HEX triplet: 99, 55 and 44. RGB value is (153,85,68). Sum of RGB (Red+Green+Blue) = 153+85+68=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #995544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995544 is #66AABB. Grayscale: #676767. Windows color (decimal): -6728380 or 4478361. OLE color: 4478361.

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

Color convert

RGB 153 85 68 -
CMYK 0 0.44 0.56 0.4
HSL 12º 0.38% 0.43% -
HSV(B) 12º 0.56% 0.6% -
XYZ 17.43 13.69 7.19 -
YUV 103.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 153 85 68 0 0.44 0.56 0.4 12 0.38 0.43
Hex 99 55 44 0 2C 38 28 C 26 2B
Octal 231 125 104 0 54 70 50 14 46 53
Binary 10011001 1010101 1000100 0 101100 111000 101000 1100 100110 101011

Color Harmonies of #995544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995544

Black with #995544

Text Example


Text Example

White with #995544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995544; }

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

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

background-color css

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

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

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

border-color css

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

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

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