#734341

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

Shades of Bole #734341

Tints of Bole #734341

Color information

#734341 (or 0x734341) is unknown color: approx Bole. HEX triplet: 73, 43 and 41. RGB value is (115,67,65). Sum of RGB (Red+Green+Blue) = 115+67+65=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #734341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734341 is #8CBCBE. Grayscale: #515151. Windows color (decimal): -9223359 or 4277107. OLE color: 4277107.

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

Color convert

RGB1156765-
CMYK00.420.430.55
HSL2.4º27.78%35.29%-
HSV(B)2.4º43.48%45.1%-
XYZ10.038.046.02-
YUV81.12118.9152.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=46.56%
G=27.13%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115676500.420.430.552.427.7835.29
Hex73434102A2B3721c23
Octal163103101052536723443
Binary11100111000011100000101010101010111101111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734341; }

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

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

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

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

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

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

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

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