#724F48

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

Shades of Congo Brown #724F48

Tints of Congo Brown #724F48

Color information

#724F48 (or 0x724F48) is unknown color: approx Congo Brown. HEX triplet: 72, 4F and 48. RGB value is (114,79,72). Sum of RGB (Red+Green+Blue) = 114+79+72=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #724F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724F48 is #8DB0B7. Grayscale: #585858. Windows color (decimal): -9285816 or 4738930. OLE color: 4738930.

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

Color convert

RGB1147972-
CMYK00.310.370.55
HSL10º22.58%36.47%-
HSV(B)10º36.84%44.71%-
XYZ10.919.647.42-
YUV88.67118.6146.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=43.02%
G=29.81%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114797200.310.370.551022.5836.47
Hex724F4801F2537a1724
Octal1621171100374567122744
Binary111001010011111001000011111100101110111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724F48; }

 p { color: rgb(114,79,72); }

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

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

 a { background-color: rgb(114,79,72); }

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

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

 span { border-color: rgb(114,79,72); }

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