#74423F

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

Shades of Bole #74423F

Tints of Bole #74423F

Color information

#74423F (or 0x74423F) is unknown color: approx Bole. HEX triplet: 74, 42 and 3F. RGB value is (116,66,63). Sum of RGB (Red+Green+Blue) = 116+66+63=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74423F is #8BBDC0. Grayscale: #505050. Windows color (decimal): -9158081 or 4145780. OLE color: 4145780.

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

Color convert

RGB1166663-
CMYK00.430.460.55
HSL3.4º29.61%35.1%-
HSV(B)3.4º45.69%45.49%-
XYZ10.057.975.71-
YUV80.61118.06153.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 63 (25% from 255) = 25.71%
R=47.35%
G=26.94%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116666300.430.460.553.429.6135.1
Hex74423F02B2E3731e23
Octal16410277053566733643
Binary1110100100001011111101010111011101101111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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