Html Css Color HEX #995A42 Sepia

📋 copy color: '#995A42'

red 153 ◦ green 90 ◦ blue 66

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

Shades of Sepia #995A42

Tints of Sepia #995A42

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.13%

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

R = 49.51%
G = 29.13%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995A42 (or 0x995A42) is known color: Sepia. HEX triplet: 99, 5A and 42. RGB value is (153,90,66). Sum of RGB (Red+Green+Blue) = 153+90+66=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #995A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A42 is #66A5BD. Grayscale: #6A6A6A. Windows color (decimal): -6727102 or 4348569. OLE color: 4348569.

HSL color Cylindrical-coordinate representation of color #995A42: hue angle of 16.55º 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 #995A42 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 66 -
CMYK 0 0.41 0.57 0.4
HSL 16.55º 0.4% 0.43% -
HSV(B) 16.55º 0.57% 0.6% -
XYZ 17.78 14.48 7.01 -
YUV 106.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 153 90 66 0 0.41 0.57 0.4 16.55 0.4 0.43
Hex 99 5A 42 0 29 39 28 11 28 2B
Octal 231 132 102 0 51 71 50 21 50 53
Binary 10011001 1011010 1000010 0 101001 111001 101000 10001 101000 101011

Color Harmonies of #995A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A42

Black with #995A42

Text Example


Text Example

White with #995A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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