#744541

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

Shades of Bole #744541

Tints of Bole #744541

Color information

#744541 (or 0x744541) is unknown color: approx Bole. HEX triplet: 74, 45 and 41. RGB value is (116,69,65). Sum of RGB (Red+Green+Blue) = 116+69+65=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #744541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744541 is #8BBABE. Grayscale: #525252. Windows color (decimal): -9157311 or 4277620. OLE color: 4277620.

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

Color convert

RGB1166965-
CMYK00.410.440.55
HSL4.71º28.18%35.49%-
HSV(B)4.71º43.97%45.49%-
XYZ10.288.356.07-
YUV82.6118.07151.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 65 (25.78% from 255) = 26%
R=46.4%
G=27.6%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116696500.410.440.554.7128.1835.49
Hex7445410292C3751c23
Octal164105101051546753443
Binary111010010001011000001010100110110011011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744541; }

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

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

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

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

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

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

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

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