#724640

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

Shades of Bole #724640

Tints of Bole #724640

Color information

#724640 (or 0x724640) is unknown color: approx Bole. HEX triplet: 72, 46 and 40. RGB value is (114,70,64). Sum of RGB (Red+Green+Blue) = 114+70+64=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #724640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724640 is #8DB9BF. Grayscale: #525252. Windows color (decimal): -9288128 or 4212338. OLE color: 4212338.

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

Color convert

RGB1147064-
CMYK00.390.440.55
HSL7.2º28.09%34.9%-
HSV(B)7.2º43.86%44.71%-
XYZ10.068.335.93-
YUV82.47117.58150.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=45.97%
G=28.23%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114706400.390.440.557.228.0934.9
Hex7246400272C3771c23
Octal162106100047546773443
Binary111001010001101000000010011110110011011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724640; }

 p { color: rgb(114,70,64); }

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

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

 a { background-color: rgb(114,70,64); }

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

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

 span { border-color: rgb(114,70,64); }

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