#734C43

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

Shades of Bole #734C43

Tints of Bole #734C43

Color information

#734C43 (or 0x734C43) is unknown color: approx Bole. HEX triplet: 73, 4C and 43. RGB value is (115,76,67). Sum of RGB (Red+Green+Blue) = 115+76+67=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #734C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C43 is #8CB3BC. Grayscale: #565656. Windows color (decimal): -9221053 or 4410483. OLE color: 4410483.

HSL color Cylindrical-coordinate representation of color #734C43: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734C43 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1157667-
CMYK00.340.420.55
HSL11.25º26.37%35.69%-
HSV(B)11.25º41.74%45.1%-
XYZ10.679.226.53-
YUV86.64116.92148.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.57%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=44.57%
G=29.46%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115766700.340.420.5511.2526.3735.69
Hex734C430222A37b1a24
Octal1631141030425267133244
Binary1110011100110010000110100010101010110111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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