#724341

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

Shades of Bole #724341

Tints of Bole #724341

Color information

#724341 (or 0x724341) is unknown color: approx Bole. HEX triplet: 72, 43 and 41. RGB value is (114,67,65). Sum of RGB (Red+Green+Blue) = 114+67+65=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #724341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724341 is #8DBCBE. Grayscale: #505050. Windows color (decimal): -9288895 or 4277106. OLE color: 4277106.

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

Color convert

RGB1146765-
CMYK00.410.430.55
HSL2.45º27.37%35.1%-
HSV(B)2.45º42.98%44.71%-
XYZ9.97.976.02-
YUV80.82119.07151.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=46.34%
G=27.24%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114676500.410.430.552.4527.3735.1
Hex7243410292B3721b23
Octal162103101051536723343
Binary11100101000011100000101010011010111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724341; }

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

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

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

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

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

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

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

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