#74453F

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

Shades of Bole #74453F

Tints of Bole #74453F

Color information

#74453F (or 0x74453F) is unknown color: approx Bole. HEX triplet: 74, 45 and 3F. RGB value is (116,69,63). Sum of RGB (Red+Green+Blue) = 116+69+63=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74453F is #8BBAC0. Grayscale: #525252. Windows color (decimal): -9157313 or 4146548. OLE color: 4146548.

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

Color convert

RGB1166963-
CMYK00.410.460.55
HSL6.79º29.61%35.1%-
HSV(B)6.79º45.69%45.49%-
XYZ10.238.335.77-
YUV82.37117.07151.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 63 (25% from 255) = 25.40%
R=46.77%
G=27.82%
B=25.40%

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
Decimal116696300.410.460.556.7929.6135.1
Hex74453F0292E3771e23
Octal16410577051566773643
Binary11101001000101111111010100110111011011111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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