#74443F

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

Shades of Bole #74443F

Tints of Bole #74443F

Color information

#74443F (or 0x74443F) is unknown color: approx Bole. HEX triplet: 74, 44 and 3F. RGB value is (116,68,63). Sum of RGB (Red+Green+Blue) = 116+68+63=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74443F is #8BBBC0. Grayscale: #515151. Windows color (decimal): -9157569 or 4146292. OLE color: 4146292.

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

Color convert

RGB1166863-
CMYK00.410.460.55
HSL5.66º29.61%35.1%-
HSV(B)5.66º45.69%45.49%-
XYZ10.178.215.75-
YUV81.78117.4152.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 63 (25% from 255) = 25.51%
R=46.96%
G=27.53%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116686300.410.460.555.6629.6135.1
Hex74443F0292E3761e23
Octal16410477051566763643
Binary11101001000100111111010100110111011011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74443F; }

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

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

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

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

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

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

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

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