#744841

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

Shades of Bole #744841

Tints of Bole #744841

Color information

#744841 (or 0x744841) is unknown color: approx Bole. HEX triplet: 74, 48 and 41. RGB value is (116,72,65). Sum of RGB (Red+Green+Blue) = 116+72+65=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744841 is #8BB7BE. Grayscale: #545454. Windows color (decimal): -9156543 or 4278388. OLE color: 4278388.

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

Color convert

RGB1167265-
CMYK00.380.440.55
HSL8.24º28.18%35.49%-
HSV(B)8.24º43.97%45.49%-
XYZ10.478.736.13-
YUV84.36117.08150.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=45.85%
G=28.46%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116726500.380.440.558.2428.1835.49
Hex7448410262C3781c23
Octal1641101010465467103443
Binary1110100100100010000010100110101100110111100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744841; }

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

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

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

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

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

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

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

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