#734441

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

Shades of Bole #734441

Tints of Bole #734441

Color information

#734441 (or 0x734441) is unknown color: approx Bole. HEX triplet: 73, 44 and 41. RGB value is (115,68,65). Sum of RGB (Red+Green+Blue) = 115+68+65=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #734441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734441 is #8CBBBE. Grayscale: #515151. Windows color (decimal): -9223103 or 4277363. OLE color: 4277363.

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

Color convert

RGB1156865-
CMYK00.410.430.55
HSL3.6º27.78%35.29%-
HSV(B)3.6º43.48%45.1%-
XYZ10.098.166.04-
YUV81.71118.57151.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=46.37%
G=27.42%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115686500.410.430.553.627.7835.29
Hex7344410292B3741c23
Octal163104101051536743443
Binary111001110001001000001010100110101111011110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734441; }

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

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

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

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

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

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

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

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