Html Css Color HEX #995240 Sepia

📋 copy color: '#995240'

red 153 ◦ green 82 ◦ blue 64

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

Shades of Sepia #995240

Tints of Sepia #995240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 51.17%
G = 27.42%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995240 (or 0x995240) is known color: Sepia. HEX triplet: 99, 52 and 40. RGB value is (153,82,64). Sum of RGB (Red+Green+Blue) = 153+82+64=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #995240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995240 is #66ADBF. Grayscale: #656565. Windows color (decimal): -6729152 or 4215449. OLE color: 4215449.

HSL color Cylindrical-coordinate representation of color #995240: hue angle of 12.13º 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 #995240 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 64 -
CMYK 0 0.46 0.58 0.4
HSL 12.13º 0.41% 0.43% -
HSV(B) 12.13º 0.58% 0.6% -
XYZ 17.08 13.18 6.49 -
YUV 101.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 153 82 64 0 0.46 0.58 0.4 12.13 0.41 0.43
Hex 99 52 40 0 2E 3A 28 C 29 2B
Octal 231 122 100 0 56 72 50 14 51 53
Binary 10011001 1010010 1000000 0 101110 111010 101000 1100 101001 101011

Color Harmonies of #995240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995240

Black with #995240

Text Example


Text Example

White with #995240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995240; }

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

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

background-color css

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

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

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

border-color css

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

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

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