Html Css Color HEX #955841 Sepia

📋 copy color: '#955841'

red 149 ◦ green 88 ◦ blue 65

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

Shades of Sepia #955841

Tints of Sepia #955841

RGB

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

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

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

R = 49.34%
G = 29.14%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955841 (or 0x955841) is known color: Sepia. HEX triplet: 95, 58 and 41. RGB value is (149,88,65). Sum of RGB (Red+Green+Blue) = 149+88+65=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955841 is #6AA7BE. Grayscale: #676767. Windows color (decimal): -6989759 or 4282517. OLE color: 4282517.

HSL color Cylindrical-coordinate representation of color #955841: hue angle of 16.43º 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 #955841 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 65 -
CMYK 0 0.41 0.56 0.42
HSL 16.43º 0.39% 0.42% -
HSV(B) 16.43º 0.56% 0.58% -
XYZ 16.84 13.75 6.77 -
YUV 103.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 149 88 65 0 0.41 0.56 0.42 16.43 0.39 0.42
Hex 95 58 41 0 29 38 2A 10 27 2A
Octal 225 130 101 0 51 70 52 20 47 52
Binary 10010101 1011000 1000001 0 101001 111000 101010 10000 100111 101010

Color Harmonies of #955841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955841

Black with #955841

Text Example


Text Example

White with #955841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955841; }

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

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

background-color css

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

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

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

border-color css

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

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

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