#724B41

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

Shades of Bole #724B41

Tints of Bole #724B41

Color information

#724B41 (or 0x724B41) is unknown color: approx Bole. HEX triplet: 72, 4B and 41. RGB value is (114,75,65). Sum of RGB (Red+Green+Blue) = 114+75+65=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #724B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B41 is #8DB4BE. Grayscale: #555555. Windows color (decimal): -9286847 or 4279154. OLE color: 4279154.

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

Color convert

RGB1147565-
CMYK00.340.430.55
HSL12.24º27.37%35.1%-
HSV(B)12.24º42.98%44.71%-
XYZ10.418.996.19-
YUV85.52116.42148.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=44.88%
G=29.53%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114756500.340.430.5512.2427.3735.1
Hex724B410222B37c1b23
Octal1621131010425367143343
Binary1110010100101110000010100010101011110111110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B41; }

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

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

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

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

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

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

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

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