#444925

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

Shades of Bronzetone #444925

Tints of Bronzetone #444925

Color information

#444925 (or 0x444925) is unknown color: approx Bronzetone. HEX triplet: 44, 49 and 25. RGB value is (68,73,37). Sum of RGB (Red+Green+Blue) = 68+73+37=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 73 - color contains mainly: green. Hex color #444925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444925 is #BBB6DA. Grayscale: #434343. Windows color (decimal): -12302043 or 2443588. OLE color: 2443588.

HSL color Cylindrical-coordinate representation of color #444925: hue angle of 68.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444925 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB687337-
CMYK0.0700.490.71
HSL68.33º32.73%21.57%-
HSV(B)68.33º49.32%28.63%-
XYZ5.16.132.66-
YUV67.4110.84128.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 73 (28.91% from 255) = 41.01%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=38.20%
G=41.01%
B=20.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873370.0700.490.7168.3332.7321.57
Hex444925703147442116
Octal1041114570611071044126
Binary1000100100100110010111101100011000111100010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444925; }

 p { color: rgb(68,73,37); }

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

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

 a { background-color: rgb(68,73,37); }

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

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

 span { border-color: rgb(68,73,37); }

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