#734640

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

Shades of Bole #734640

Tints of Bole #734640

Color information

#734640 (or 0x734640) is unknown color: approx Bole. HEX triplet: 73, 46 and 40. RGB value is (115,70,64). Sum of RGB (Red+Green+Blue) = 115+70+64=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #734640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734640 is #8CB9BF. Grayscale: #525252. Windows color (decimal): -9222592 or 4212339. OLE color: 4212339.

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

Color convert

RGB1157064-
CMYK00.390.440.55
HSL7.06º28.49%35.1%-
HSV(B)7.06º44.35%45.1%-
XYZ10.198.45.93-
YUV82.77117.41150.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 64 (25.39% from 255) = 25.70%
R=46.18%
G=28.11%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115706400.390.440.557.0628.4935.1
Hex7346400272C3771c23
Octal163106100047546773443
Binary111001110001101000000010011110110011011111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734640; }

 p { color: rgb(115,70,64); }

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

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

 a { background-color: rgb(115,70,64); }

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

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

 span { border-color: rgb(115,70,64); }

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