#744141

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

Shades of Bole #744141

Tints of Bole #744141

Color information

#744141 (or 0x744141) is unknown color: approx Bole. HEX triplet: 74, 41 and 41. RGB value is (116,65,65). Sum of RGB (Red+Green+Blue) = 116+65+65=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #744141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744141 is #8BBEBE. Grayscale: #505050. Windows color (decimal): -9158335 or 4276596. OLE color: 4276596.

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

Color convert

RGB1166565-
CMYK00.440.440.55
HSL28.18%35.49%-
HSV(B)43.97%45.49%-
XYZ10.057.885.99-
YUV80.25119.4153.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=47.15%
G=26.42%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116656500.440.440.55028.1835.49
Hex74414102C2C3701c23
Octal164101101054546703443
Binary1110100100000110000010101100101100110111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744141; }

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

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

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

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

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

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

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

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