#744A3F

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

Shades of Bole #744A3F

Tints of Bole #744A3F

Color information

#744A3F (or 0x744A3F) is unknown color: approx Bole. HEX triplet: 74, 4A and 3F. RGB value is (116,74,63). Sum of RGB (Red+Green+Blue) = 116+74+63=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #744A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744A3F is #8BB5C0. Grayscale: #555555. Windows color (decimal): -9156033 or 4147828. OLE color: 4147828.

HSL color Cylindrical-coordinate representation of color #744A3F: hue angle of 12.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #744A3F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1167463-
CMYK00.360.460.55
HSL12.45º29.61%35.1%-
HSV(B)12.45º45.69%45.49%-
XYZ10.558.975.88-
YUV85.3115.41149.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 63 (25% from 255) = 24.90%
R=45.85%
G=29.25%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116746300.360.460.5512.4529.6135.1
Hex744A3F0242E37c1e23
Octal164112770445667143643
Binary111010010010101111110100100101110110111110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A3F; }

 p { color: rgb(116,74,63); }

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

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

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

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

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

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

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