Html Css Color HEX #935845 Sepia

📋 copy color: '#935845'

red 147 ◦ green 88 ◦ blue 69

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

Shades of Sepia #935845

Tints of Sepia #935845

RGB

 RED value IS 147 (57.81% from 255) = 48.36%

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 48.36%
G = 28.95%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#935845 (or 0x935845) is known color: Sepia. HEX triplet: 93, 58 and 45. RGB value is (147,88,69). Sum of RGB (Red+Green+Blue) = 147+88+69=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #935845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935845 is #6CA7BA. Grayscale: #676767. Windows color (decimal): -7120827 or 4544659. OLE color: 4544659.

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

Color convert

RGB 147 88 69 -
CMYK 0 0.40 0.53 0.42
HSL 14.62º 0.36% 0.42% -
HSV(B) 14.62º 0.53% 0.58% -
XYZ 16.6 13.61 7.38 -
YUV 103.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 147 88 69 0 0.40 0.53 0.42 14.62 0.36 0.42
Hex 93 58 45 0 28 35 2A F 24 2A
Octal 223 130 105 0 50 65 52 17 44 52
Binary 10010011 1011000 1000101 0 101000 110101 101010 1111 100100 101010

Color Harmonies of #935845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935845

Black with #935845

Text Example


Text Example

White with #935845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935845; }

 p { color: rgb(147,88,69); }

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

background-color css

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

 a { background-color: rgb(147,88,69); }

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

border-color css

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

 span { border-color: rgb(147,88,69); }

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