#74423E

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

Shades of Bole #74423E

Tints of Bole #74423E

Color information

#74423E (or 0x74423E) is unknown color: approx Bole. HEX triplet: 74, 42 and 3E. RGB value is (116,66,62). Sum of RGB (Red+Green+Blue) = 116+66+62=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74423E is #8BBDC1. Grayscale: #505050. Windows color (decimal): -9158082 or 4080244. OLE color: 4080244.

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

Color convert

RGB1166662-
CMYK00.430.470.55
HSL4.44º30.34%34.9%-
HSV(B)4.44º46.55%45.49%-
XYZ10.027.965.57-
YUV80.49117.56153.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=47.54%
G=27.05%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116666200.430.470.554.4430.3434.9
Hex74423E02B2F3741e23
Octal16410276053576743643
Binary11101001000010111110010101110111111011110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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