#724340

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

Shades of Bole #724340

Tints of Bole #724340

Color information

#724340 (or 0x724340) is unknown color: approx Bole. HEX triplet: 72, 43 and 40. RGB value is (114,67,64). Sum of RGB (Red+Green+Blue) = 114+67+64=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #724340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724340 is #8DBCBF. Grayscale: #505050. Windows color (decimal): -9288896 or 4211570. OLE color: 4211570.

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

Color convert

RGB1146764-
CMYK00.410.440.55
HSL3.6º28.09%34.9%-
HSV(B)3.6º43.86%44.71%-
XYZ9.877.965.87-
YUV80.71118.57151.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=46.53%
G=27.35%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114676400.410.440.553.628.0934.9
Hex7243400292C3741c23
Octal162103100051546743443
Binary111001010000111000000010100110110011011110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724340; }

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

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

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

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

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

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

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

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