#735048

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

Shades of Congo Brown #735048

Tints of Congo Brown #735048

Color information

#735048 (or 0x735048) is unknown color: approx Congo Brown. HEX triplet: 73, 50 and 48. RGB value is (115,80,72). Sum of RGB (Red+Green+Blue) = 115+80+72=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735048 is #8CAFB7. Grayscale: #595959. Windows color (decimal): -9220024 or 4739187. OLE color: 4739187.

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

Color convert

RGB1158072-
CMYK00.300.370.55
HSL11.16º22.99%36.67%-
HSV(B)11.16º37.39%45.1%-
XYZ11.119.857.45-
YUV89.55118.1146.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=43.07%
G=29.96%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115807200.300.370.5511.1622.9936.67
Hex73504801E2537b1725
Octal1631201100364567132745
Binary111001110100001001000011110100101110111101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735048; }

 p { color: rgb(115,80,72); }

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

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

 a { background-color: rgb(115,80,72); }

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

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

 span { border-color: rgb(115,80,72); }

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