Html Css Color HEX #955741 Sepia

📋 copy color: '#955741'

red 149 ◦ green 87 ◦ blue 65

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

Shades of Sepia #955741

Tints of Sepia #955741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

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

R = 49.5%
G = 28.9%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955741 (or 0x955741) is known color: Sepia. HEX triplet: 95, 57 and 41. RGB value is (149,87,65). Sum of RGB (Red+Green+Blue) = 149+87+65=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955741 is #6AA8BE. Grayscale: #676767. Windows color (decimal): -6990015 or 4282261. OLE color: 4282261.

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

Color convert

RGB 149 87 65 -
CMYK 0 0.42 0.56 0.42
HSL 15.71º 0.39% 0.42% -
HSV(B) 15.71º 0.56% 0.58% -
XYZ 16.76 13.59 6.74 -
YUV 103.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 149 87 65 0 0.42 0.56 0.42 15.71 0.39 0.42
Hex 95 57 41 0 2A 38 2A 10 27 2A
Octal 225 127 101 0 52 70 52 20 47 52
Binary 10010101 1010111 1000001 0 101010 111000 101010 10000 100111 101010

Color Harmonies of #955741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955741

Black with #955741

Text Example


Text Example

White with #955741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955741; }

 p { color: rgb(149,87,65); }

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

background-color css

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

 a { background-color: rgb(149,87,65); }

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

border-color css

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

 span { border-color: rgb(149,87,65); }

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