#734B41

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

Shades of Bole #734B41

Tints of Bole #734B41

Color information

#734B41 (or 0x734B41) is unknown color: approx Bole. HEX triplet: 73, 4B and 41. RGB value is (115,75,65). Sum of RGB (Red+Green+Blue) = 115+75+65=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #734B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B41 is #8CB4BE. Grayscale: #555555. Windows color (decimal): -9221311 or 4279155. OLE color: 4279155.

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

Color convert

RGB1157565-
CMYK00.350.430.55
HSL12º27.78%35.29%-
HSV(B)12º43.48%45.1%-
XYZ10.549.066.19-
YUV85.82116.25148.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=45.10%
G=29.41%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115756500.350.430.551227.7835.29
Hex734B410232B37c1c23
Octal1631131010435367143443
Binary1110011100101110000010100011101011110111110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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