#444A27

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

Shades of Bronzetone #444A27

Tints of Bronzetone #444A27

Color information

#444A27 (or 0x444A27) is unknown color: approx Bronzetone. HEX triplet: 44, 4A and 27. RGB value is (68,74,39). Sum of RGB (Red+Green+Blue) = 68+74+39=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 74 - color contains mainly: green. Hex color #444A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A27 is #BBB5D8. Grayscale: #444444. Windows color (decimal): -12301785 or 2574916. OLE color: 2574916.

HSL color Cylindrical-coordinate representation of color #444A27: hue angle of 70.29º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444A27 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB687439-
CMYK0.0800.470.71
HSL70.29º30.97%22.16%-
HSV(B)70.29º47.3%29.02%-
XYZ5.26.272.86-
YUV68.22111.51127.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 74 (29.30% from 255) = 40.88%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=37.57%
G=40.88%
B=21.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6874390.0800.470.7170.2930.9722.16
Hex444A27802F47461f16
Octal10411247100571071063726
Binary1000100100101010011110000101111100011110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A27; }

 p { color: rgb(68,74,39); }

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

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

 a { background-color: rgb(68,74,39); }

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

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

 span { border-color: rgb(68,74,39); }

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