#44482F

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

Shades of Bronzetone #44482F

Tints of Bronzetone #44482F

Color information

#44482F (or 0x44482F) is unknown color: approx Bronzetone. HEX triplet: 44, 48 and 2F. RGB value is (68,72,47). Sum of RGB (Red+Green+Blue) = 68+72+47=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #44482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44482F is #BBB7D0. Grayscale: #444444. Windows color (decimal): -12302289 or 3098692. OLE color: 3098692.

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

Color convert

RGB687247-
CMYK0.0600.350.72
HSL69.6º21.01%23.33%-
HSV(B)69.6º34.72%28.24%-
XYZ5.216.073.59-
YUV67.95116.17128.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=36.36%
G=38.50%
B=25.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872470.0600.350.7269.621.0123.33
Hex44482F602348461517
Octal1041105760431101062527
Binary100010010010001011111100100011100100010001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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