#734140

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

Shades of Bole #734140

Tints of Bole #734140

Color information

#734140 (or 0x734140) is unknown color: approx Bole. HEX triplet: 73, 41 and 40. RGB value is (115,65,64). Sum of RGB (Red+Green+Blue) = 115+65+64=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #734140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734140 is #8CBEBF. Grayscale: #4F4F4F. Windows color (decimal): -9223872 or 4211059. OLE color: 4211059.

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

Color convert

RGB1156564-
CMYK00.430.440.55
HSL1.18º28.49%35.1%-
HSV(B)1.18º44.35%45.1%-
XYZ9.897.85.83-
YUV79.84119.06153.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=47.13%
G=26.64%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115656400.430.440.551.1828.4935.1
Hex73414002B2C3711c23
Octal163101100053546713443
Binary1110011100000110000000101011101100110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734140; }

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

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

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

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

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

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

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

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