Html Css Color HEX #995C42 Sepia

📋 copy color: '#995C42'

red 153 ◦ green 92 ◦ blue 66

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

Shades of Sepia #995C42

Tints of Sepia #995C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 49.2%
G = 29.58%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995C42 (or 0x995C42) is known color: Sepia. HEX triplet: 99, 5C and 42. RGB value is (153,92,66). Sum of RGB (Red+Green+Blue) = 153+92+66=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C42 is #66A3BD. Grayscale: #6B6B6B. Windows color (decimal): -6726590 or 4349081. OLE color: 4349081.

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

Color convert

RGB 153 92 66 -
CMYK 0 0.40 0.57 0.4
HSL 17.93º 0.4% 0.43% -
HSV(B) 17.93º 0.57% 0.6% -
XYZ 17.95 14.82 7.07 -
YUV 107.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 153 92 66 0 0.40 0.57 0.4 17.93 0.4 0.43
Hex 99 5C 42 0 28 39 28 12 28 2B
Octal 231 134 102 0 50 71 50 22 50 53
Binary 10011001 1011100 1000010 0 101000 111001 101000 10010 101000 101011

Color Harmonies of #995C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995C42

Black with #995C42

Text Example


Text Example

White with #995C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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