#945A45

Color #945A45 Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #945A45

Tints of Sepia #945A45

Color information

#945A45 (or 0x945A45) is unknown color: approx Sepia. HEX triplet: 94, 5A and 45. RGB value is (148,90,69). Sum of RGB (Red+Green+Blue) = 148+90+69=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #945A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945A45 is #6BA5BA. Grayscale: #696969. Windows color (decimal): -7054779 or 4545172. OLE color: 4545172.

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

Color convert

RGB1489069-
CMYK00.390.530.42
HSL15.95º36.41%42.55%-
HSV(B)15.95º53.38%58.04%-
XYZ16.9414.047.45-
YUV104.95107.72158.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=48.21%
G=29.32%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148906900.390.530.4215.9536.4142.55
Hex945A45027352A10242b
Octal2241321050476552204453
Binary1001010010110101000101010011111010110101010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A45; }

 p { color: rgb(148,90,69); }

 H1.HeaderClassName
 {
   color: #945A45;
 }
 .AnyTagClassName
 {
   color: #945A45;
 }
</style>
background-color css

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

 a { background-color: rgb(148,90,69); }

 div.DivClassName
 {
   background-color: #945A45;
 }
 .BgClassName
 {
   background-color: #945A45;
 }
</style>
border-color css

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

 span { border-color: rgb(148,90,69); }

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