#74403B

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

Shades of Bole #74403B

Tints of Bole #74403B

Color information

#74403B (or 0x74403B) is unknown color: approx Bole. HEX triplet: 74, 40 and 3B. RGB value is (116,64,59). Sum of RGB (Red+Green+Blue) = 116+64+59=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74403B is #8BBFC4. Grayscale: #4F4F4F. Windows color (decimal): -9158597 or 3883124. OLE color: 3883124.

HSL color Cylindrical-coordinate representation of color #74403B: hue angle of 5.26º 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 #74403B is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1166459-
CMYK00.450.490.55
HSL5.26º32.57%34.31%-
HSV(B)5.26º49.14%45.49%-
XYZ9.837.75.11-
YUV78.98116.73154.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.54%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 59 (23.44% from 255) = 24.69%
R=48.54%
G=26.78%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116645900.450.490.555.2632.5734.31
Hex74403B02D313752122
Octal16410073055616754142
Binary111010010000001110110101101110001110111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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