Html Css Color HEX #995340 Sepia

📋 copy color: '#995340'

red 153 ◦ green 83 ◦ blue 64

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

Shades of Sepia #995340

Tints of Sepia #995340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

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

R = 51%
G = 27.67%
B = 21.33%

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

#995340 (or 0x995340) is known color: Sepia. HEX triplet: 99, 53 and 40. RGB value is (153,83,64). Sum of RGB (Red+Green+Blue) = 153+83+64=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995340 is #66ACBF. Grayscale: #656565. Windows color (decimal): -6728896 or 4215705. OLE color: 4215705.

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

Color convert

RGB 153 83 64 -
CMYK 0 0.46 0.58 0.4
HSL 12.81º 0.41% 0.43% -
HSV(B) 12.81º 0.58% 0.6% -
XYZ 17.16 13.33 6.52 -
YUV 101.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 153 83 64 0 0.46 0.58 0.4 12.81 0.41 0.43
Hex 99 53 40 0 2E 3A 28 D 29 2B
Octal 231 123 100 0 56 72 50 15 51 53
Binary 10011001 1010011 1000000 0 101110 111010 101000 1101 101001 101011

Color Harmonies of #995340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995340

Black with #995340

Text Example


Text Example

White with #995340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995340; }

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

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

background-color css

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

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

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

border-color css

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

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

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