#734B43

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

Shades of Bole #734B43

Tints of Bole #734B43

Color information

#734B43 (or 0x734B43) is unknown color: approx Bole. HEX triplet: 73, 4B and 43. RGB value is (115,75,67). Sum of RGB (Red+Green+Blue) = 115+75+67=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #734B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B43 is #8CB4BC. Grayscale: #565656. Windows color (decimal): -9221309 or 4410227. OLE color: 4410227.

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

Color convert

RGB1157567-
CMYK00.350.420.55
HSL10º26.37%35.69%-
HSV(B)10º41.74%45.1%-
XYZ10.69.086.5-
YUV86.05117.25148.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=44.75%
G=29.18%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115756700.350.420.551026.3735.69
Hex734B430232A37a1a24
Octal1631131030435267123244
Binary1110011100101110000110100011101010110111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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