Html Css Color HEX #955C42 Sepia

📋 copy color: '#955C42'

red 149 ◦ green 92 ◦ blue 66

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

Shades of Sepia #955C42

Tints of Sepia #955C42

RGB

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

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

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

R = 48.53%
G = 29.97%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955C42 (or 0x955C42) is known color: Sepia. HEX triplet: 95, 5C and 42. RGB value is (149,92,66). Sum of RGB (Red+Green+Blue) = 149+92+66=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C42 is #6AA3BD. Grayscale: #6A6A6A. Windows color (decimal): -6988734 or 4349077. OLE color: 4349077.

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

Color convert

RGB 149 92 66 -
CMYK 0 0.38 0.56 0.42
HSL 18.8º 0.39% 0.42% -
HSV(B) 18.8º 0.56% 0.58% -
XYZ 17.2 14.44 7.03 -
YUV 106.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 149 92 66 0 0.38 0.56 0.42 18.8 0.39 0.42
Hex 95 5C 42 0 26 38 2A 13 27 2A
Octal 225 134 102 0 46 70 52 23 47 52
Binary 10010101 1011100 1000010 0 100110 111000 101010 10011 100111 101010

Color Harmonies of #955C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C42

Black with #955C42

Text Example


Text Example

White with #955C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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