#734C42

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

Shades of Bole #734C42

Tints of Bole #734C42

Color information

#734C42 (or 0x734C42) is unknown color: approx Bole. HEX triplet: 73, 4C and 42. RGB value is (115,76,66). Sum of RGB (Red+Green+Blue) = 115+76+66=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #734C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C42 is #8CB3BD. Grayscale: #565656. Windows color (decimal): -9221054 or 4344947. OLE color: 4344947.

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

Color convert

RGB1157666-
CMYK00.340.430.55
HSL12.24º27.07%35.49%-
HSV(B)12.24º42.61%45.1%-
XYZ10.649.216.37-
YUV86.52116.42148.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=44.75%
G=29.57%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115766600.340.430.5512.2427.0735.49
Hex734C420222B37c1b23
Octal1631141020425367143343
Binary1110011100110010000100100010101011110111110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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