#74463B

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

Shades of Bole #74463B

Tints of Bole #74463B

Color information

#74463B (or 0x74463B) is unknown color: approx Bole. HEX triplet: 74, 46 and 3B. RGB value is (116,70,59). Sum of RGB (Red+Green+Blue) = 116+70+59=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74463B is #8BB9C4. Grayscale: #525252. Windows color (decimal): -9157061 or 3884660. OLE color: 3884660.

HSL color Cylindrical-coordinate representation of color #74463B: hue angle of 11.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74463B is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1167059-
CMYK00.400.490.55
HSL11.58º32.57%34.31%-
HSV(B)11.58º49.14%45.49%-
XYZ10.188.415.22-
YUV82.5114.74151.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=47.35%
G=28.57%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116705900.400.490.5511.5832.5734.31
Hex74463B0283137c2122
Octal164106730506167144142
Binary1110100100011011101101010001100011101111100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74463B; }

 p { color: rgb(116,70,59); }

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

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

 a { background-color: rgb(116,70,59); }

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

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

 span { border-color: rgb(116,70,59); }

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