#734240

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

Shades of Bole #734240

Tints of Bole #734240

Color information

#734240 (or 0x734240) is unknown color: approx Bole. HEX triplet: 73, 42 and 40. RGB value is (115,66,64). Sum of RGB (Red+Green+Blue) = 115+66+64=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #734240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734240 is #8CBDBF. Grayscale: #505050. Windows color (decimal): -9223616 or 4211315. OLE color: 4211315.

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

Color convert

RGB1156664-
CMYK00.430.440.55
HSL2.35º28.49%35.1%-
HSV(B)2.35º44.35%45.1%-
XYZ9.947.915.85-
YUV80.42118.73152.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=46.94%
G=26.94%
B=26.12%

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
Decimal115666400.430.440.552.3528.4935.1
Hex73424002B2C3721c23
Octal163102100053546723443
Binary11100111000010100000001010111011001101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734240; }

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

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

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

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

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

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

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

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