#44482A

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

Shades of Bronzetone #44482A

Tints of Bronzetone #44482A

Color information

#44482A (or 0x44482A) is unknown color: approx Bronzetone. HEX triplet: 44, 48 and 2A. RGB value is (68,72,42). Sum of RGB (Red+Green+Blue) = 68+72+42=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #44482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44482A is #BBB7D5. Grayscale: #434343. Windows color (decimal): -12302294 or 2771012. OLE color: 2771012.

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

Color convert

RGB687242-
CMYK0.0600.420.72
HSL68º26.32%22.35%-
HSV(B)68º41.67%28.24%-
XYZ5.126.033.08-
YUV67.38113.67128.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=37.36%
G=39.56%
B=23.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872420.0600.420.726826.3222.35
Hex44482A602A48441a16
Octal1041105260521101043226
Binary100010010010001010101100101010100100010001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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