#444825

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

Shades of Bronzetone #444825

Tints of Bronzetone #444825

Color information

#444825 (or 0x444825) is unknown color: approx Bronzetone. HEX triplet: 44, 48 and 25. RGB value is (68,72,37). Sum of RGB (Red+Green+Blue) = 68+72+37=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #444825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444825 is #BBB7DA. Grayscale: #424242. Windows color (decimal): -12302299 or 2443332. OLE color: 2443332.

HSL color Cylindrical-coordinate representation of color #444825: hue angle of 66.86º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444825 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB687237-
CMYK0.0600.490.72
HSL66.86º32.11%21.37%-
HSV(B)66.86º48.61%28.24%-
XYZ5.0462.64-
YUV66.81111.17128.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=38.42%
G=40.68%
B=20.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872370.0600.490.7266.8632.1121.37
Hex444825603148432015
Octal1041104560611101034025
Binary1000100100100010010111001100011001000100001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444825; }

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

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

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

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

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

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

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

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