#724441

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

Shades of Bole #724441

Tints of Bole #724441

Color information

#724441 (or 0x724441) is unknown color: approx Bole. HEX triplet: 72, 44 and 41. RGB value is (114,68,65). Sum of RGB (Red+Green+Blue) = 114+68+65=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #724441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724441 is #8DBBBE. Grayscale: #515151. Windows color (decimal): -9288639 or 4277362. OLE color: 4277362.

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

Color convert

RGB1146865-
CMYK00.400.430.55
HSL3.67º27.37%35.1%-
HSV(B)3.67º42.98%44.71%-
XYZ9.968.096.04-
YUV81.41118.74151.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=46.15%
G=27.53%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114686500.400.430.553.6727.3735.1
Hex7244410282B3741b23
Octal162104101050536743343
Binary111001010001001000001010100010101111011110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724441; }

 p { color: rgb(114,68,65); }

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

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

 a { background-color: rgb(114,68,65); }

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

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

 span { border-color: rgb(114,68,65); }

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