#724A41

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

Shades of Bole #724A41

Tints of Bole #724A41

Color information

#724A41 (or 0x724A41) is unknown color: approx Bole. HEX triplet: 72, 4A and 41. RGB value is (114,74,65). Sum of RGB (Red+Green+Blue) = 114+74+65=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A41 is #8DB5BE. Grayscale: #555555. Windows color (decimal): -9287103 or 4278898. OLE color: 4278898.

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

Color convert

RGB1147465-
CMYK00.350.430.55
HSL11.02º27.37%35.1%-
HSV(B)11.02º42.98%44.71%-
XYZ10.348.866.17-
YUV84.93116.75148.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=45.06%
G=29.25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114746500.350.430.5511.0227.3735.1
Hex724A410232B37b1b23
Octal1621121010435367133343
Binary1110010100101010000010100011101011110111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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