Html Css Color HEX #995C40 Sepia

📋 copy color: '#995C40'

red 153 ◦ green 92 ◦ blue 64

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

Shades of Sepia #995C40

Tints of Sepia #995C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 49.51%
G = 29.77%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995C40 (or 0x995C40) is known color: Sepia. HEX triplet: 99, 5C and 40. RGB value is (153,92,64). Sum of RGB (Red+Green+Blue) = 153+92+64=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C40 is #66A3BF. Grayscale: #6B6B6B. Windows color (decimal): -6726592 or 4218009. OLE color: 4218009.

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

Color convert

RGB 153 92 64 -
CMYK 0 0.40 0.58 0.4
HSL 18.88º 0.41% 0.43% -
HSV(B) 18.88º 0.58% 0.6% -
XYZ 17.89 14.8 6.76 -
YUV 107.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 153 92 64 0 0.40 0.58 0.4 18.88 0.41 0.43
Hex 99 5C 40 0 28 3A 28 13 29 2B
Octal 231 134 100 0 50 72 50 23 51 53
Binary 10011001 1011100 1000000 0 101000 111010 101000 10011 101001 101011

Color Harmonies of #995C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C40

Black with #995C40

Text Example


Text Example

White with #995C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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