#744138

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

Shades of Bole #744138

Tints of Bole #744138

Color information

#744138 (or 0x744138) is unknown color: approx Bole. HEX triplet: 74, 41 and 38. RGB value is (116,65,56). Sum of RGB (Red+Green+Blue) = 116+65+56=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #744138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744138 is #8BBEC7. Grayscale: #4F4F4F. Windows color (decimal): -9158344 or 3686772. OLE color: 3686772.

HSL color Cylindrical-coordinate representation of color #744138: hue angle of 9º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744138 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1166556-
CMYK00.440.520.55
HSL34.88%33.73%-
HSV(B)51.72%45.49%-
XYZ9.817.784.73-
YUV79.22114.9154.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.95%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=48.95%
G=27.43%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116655600.440.520.55934.8833.73
Hex74413802C343792322
Octal164101700546467114342
Binary1110100100000111100001011001101001101111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744138; }

 p { color: rgb(116,65,56); }

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

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

 a { background-color: rgb(116,65,56); }

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

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

 span { border-color: rgb(116,65,56); }

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