#745148

Color #745148 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #745148

Tints of Congo Brown #745148

Color information

#745148 (or 0x745148) is unknown color: approx Congo Brown. HEX triplet: 74, 51 and 48. RGB value is (116,81,72). Sum of RGB (Red+Green+Blue) = 116+81+72=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745148 is #8BAEB7. Grayscale: #5A5A5A. Windows color (decimal): -9154232 or 4739444. OLE color: 4739444.

HSL color Cylindrical-coordinate representation of color #745148: hue angle of 12.27º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745148 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1168172-
CMYK00.300.380.55
HSL12.27º23.4%36.86%-
HSV(B)12.27º37.93%45.49%-
XYZ11.3110.077.48-
YUV90.44117.6146.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 81 (32.03% from 255) = 30.11%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=43.12%
G=30.11%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116817200.300.380.5512.2723.436.86
Hex74514801E2637c1725
Octal1641211100364667142745
Binary111010010100011001000011110100110110111110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745148; }

 p { color: rgb(116,81,72); }

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

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

 a { background-color: rgb(116,81,72); }

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

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

 span { border-color: rgb(116,81,72); }

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