#734A41

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

Shades of Bole #734A41

Tints of Bole #734A41

Color information

#734A41 (or 0x734A41) is unknown color: approx Bole. HEX triplet: 73, 4A and 41. RGB value is (115,74,65). Sum of RGB (Red+Green+Blue) = 115+74+65=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #734A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A41 is #8CB5BE. Grayscale: #555555. Windows color (decimal): -9221567 or 4278899. OLE color: 4278899.

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

Color convert

RGB1157465-
CMYK00.360.430.55
HSL10.8º27.78%35.29%-
HSV(B)10.8º43.48%45.1%-
XYZ10.478.926.17-
YUV85.23116.58149.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 74 (29.30% from 255) = 29.13%
BLUE value IS 65 (25.78% from 255) = 25.59%
R=45.28%
G=29.13%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115746500.360.430.5510.827.7835.29
Hex734A410242B37b1c23
Octal1631121010445367133443
Binary1110011100101010000010100100101011110111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734A41; }

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

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

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

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

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

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

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

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