#724241

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

Shades of Bole #724241

Tints of Bole #724241

Color information

#724241 (or 0x724241) is unknown color: approx Bole. HEX triplet: 72, 42 and 41. RGB value is (114,66,65). Sum of RGB (Red+Green+Blue) = 114+66+65=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724241 is #8DBDBE. Grayscale: #505050. Windows color (decimal): -9289151 or 4276850. OLE color: 4276850.

HSL color Cylindrical-coordinate representation of color #724241: hue angle of 1.22º 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 #724241 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1146665-
CMYK00.420.430.55
HSL1.22º27.37%35.1%-
HSV(B)1.22º42.98%44.71%-
XYZ9.847.866-
YUV80.24119.4152.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=46.53%
G=26.94%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114666500.420.430.551.2227.3735.1
Hex72424102A2B3711b23
Octal162102101052536713343
Binary1110010100001010000010101010101011110111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724241; }

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

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

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

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

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

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

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

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