Html Css Color HEX #995C44 Sepia

📋 copy color: '#995C44'

red 153 ◦ green 92 ◦ blue 68

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

Shades of Sepia #995C44

Tints of Sepia #995C44

RGB

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

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

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

R = 48.88%
G = 29.39%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#995C44 (or 0x995C44) is known color: Sepia. HEX triplet: 99, 5C and 44. RGB value is (153,92,68). Sum of RGB (Red+Green+Blue) = 153+92+68=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #995C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C44 is #66A3BB. Grayscale: #6B6B6B. Windows color (decimal): -6726588 or 4480153. OLE color: 4480153.

HSL color Cylindrical-coordinate representation of color #995C44: hue angle of 16.94º 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 #995C44 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 92 68 -
CMYK 0 0.40 0.56 0.4
HSL 16.94º 0.38% 0.43% -
HSV(B) 16.94º 0.56% 0.6% -
XYZ 18.01 14.84 7.38 -
YUV 107.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 153 92 68 0 0.40 0.56 0.4 16.94 0.38 0.43
Hex 99 5C 44 0 28 38 28 11 26 2B
Octal 231 134 104 0 50 70 50 21 46 53
Binary 10011001 1011100 1000100 0 101000 111000 101000 10001 100110 101011

Color Harmonies of #995C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C44

Black with #995C44

Text Example


Text Example

White with #995C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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