Html Css Color HEX #955840 Sepia

📋 copy color: '#955840'

red 149 ◦ green 88 ◦ blue 64

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

Shades of Sepia #955840

Tints of Sepia #955840

RGB

 RED value IS 149 (58.59% from 255) = 49.5%

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 49.5%
G = 29.24%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#955840 (or 0x955840) is known color: Sepia. HEX triplet: 95, 58 and 40. RGB value is (149,88,64). Sum of RGB (Red+Green+Blue) = 149+88+64=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955840 is #6AA7BF. Grayscale: #676767. Windows color (decimal): -6989760 or 4216981. OLE color: 4216981.

HSL color Cylindrical-coordinate representation of color #955840: hue angle of 16.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955840 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 64 -
CMYK 0 0.41 0.57 0.42
HSL 16.94º 0.4% 0.42% -
HSV(B) 16.94º 0.57% 0.58% -
XYZ 16.81 13.74 6.62 -
YUV 103.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 149 88 64 0 0.41 0.57 0.42 16.94 0.4 0.42
Hex 95 58 40 0 29 39 2A 11 28 2A
Octal 225 130 100 0 51 71 52 21 50 52
Binary 10010101 1011000 1000000 0 101001 111001 101010 10001 101000 101010

Color Harmonies of #955840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955840

Black with #955840

Text Example


Text Example

White with #955840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955840; }

 p { color: rgb(149,88,64); }

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

background-color css

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

 a { background-color: rgb(149,88,64); }

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

border-color css

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

 span { border-color: rgb(149,88,64); }

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