Html Css Color HEX #995341 Sepia

📋 copy color: '#995341'

red 153 ◦ green 83 ◦ blue 65

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

Shades of Sepia #995341

Tints of Sepia #995341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 50.83%
G = 27.57%
B = 21.59%

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

#995341 (or 0x995341) is known color: Sepia. HEX triplet: 99, 53 and 41. RGB value is (153,83,65). Sum of RGB (Red+Green+Blue) = 153+83+65=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995341 is #66ACBE. Grayscale: #666666. Windows color (decimal): -6728895 or 4281241. OLE color: 4281241.

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

Color convert

RGB 153 83 65 -
CMYK 0 0.46 0.58 0.4
HSL 12.27º 0.4% 0.43% -
HSV(B) 12.27º 0.58% 0.6% -
XYZ 17.18 13.34 6.67 -
YUV 101.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 153 83 65 0 0.46 0.58 0.4 12.27 0.4 0.43
Hex 99 53 41 0 2E 3A 28 C 28 2B
Octal 231 123 101 0 56 72 50 14 50 53
Binary 10011001 1010011 1000001 0 101110 111010 101000 1100 101000 101011

Color Harmonies of #995341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995341

Black with #995341

Text Example


Text Example

White with #995341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995341; }

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

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

background-color css

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

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

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

border-color css

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

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

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