#734940

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

Shades of Bole #734940

Tints of Bole #734940

Color information

#734940 (or 0x734940) is unknown color: approx Bole. HEX triplet: 73, 49 and 40. RGB value is (115,73,64). Sum of RGB (Red+Green+Blue) = 115+73+64=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #734940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734940 is #8CB6BF. Grayscale: #545454. Windows color (decimal): -9221824 or 4213107. OLE color: 4213107.

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

Color convert

RGB1157364-
CMYK00.370.440.55
HSL10.59º28.49%35.1%-
HSV(B)10.59º44.35%45.1%-
XYZ10.388.786-
YUV84.53116.41149.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=45.63%
G=28.97%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115736400.370.440.5510.5928.4935.1
Hex7349400252C37b1c23
Octal1631111000455467133443
Binary1110011100100110000000100101101100110111101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734940; }

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

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

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

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

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

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

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

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