#724842

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

Shades of Bole #724842

Tints of Bole #724842

Color information

#724842 (or 0x724842) is unknown color: approx Bole. HEX triplet: 72, 48 and 42. RGB value is (114,72,66). Sum of RGB (Red+Green+Blue) = 114+72+66=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724842 is #8DB7BD. Grayscale: #535353. Windows color (decimal): -9287614 or 4343922. OLE color: 4343922.

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

Color convert

RGB1147266-
CMYK00.370.420.55
HSL7.5º26.67%35.29%-
HSV(B)7.5º42.11%44.71%-
XYZ10.248.616.28-
YUV83.87117.91149.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=45.24%
G=28.57%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114726600.370.420.557.526.6735.29
Hex7248420252A3781b23
Octal1621101020455267103343
Binary1110010100100010000100100101101010110111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724842; }

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

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

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

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

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

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

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

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