#744241

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

Shades of Bole #744241

Tints of Bole #744241

Color information

#744241 (or 0x744241) is unknown color: approx Bole. HEX triplet: 74, 42 and 41. RGB value is (116,66,65). Sum of RGB (Red+Green+Blue) = 116+66+65=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #744241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744241 is #8BBDBE. Grayscale: #505050. Windows color (decimal): -9158079 or 4276852. OLE color: 4276852.

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

Color convert

RGB1166665-
CMYK00.430.440.55
HSL1.18º28.18%35.49%-
HSV(B)1.18º43.97%45.49%-
XYZ10.17.996.01-
YUV80.84119.06153.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 65 (25.78% from 255) = 26.32%
R=46.96%
G=26.72%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116666500.430.440.551.1828.1835.49
Hex74424102B2C3711c23
Octal164102101053546713443
Binary1110100100001010000010101011101100110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744241; }

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

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

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

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

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

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

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

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