#444B2D

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

Shades of Bronzetone #444B2D

Tints of Bronzetone #444B2D

Color information

#444B2D (or 0x444B2D) is unknown color: approx Bronzetone. HEX triplet: 44, 4B and 2D. RGB value is (68,75,45). Sum of RGB (Red+Green+Blue) = 68+75+45=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 75 - color contains mainly: green. Hex color #444B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B2D is #BBB4D2. Grayscale: #454545. Windows color (decimal): -12301523 or 2968388. OLE color: 2968388.

HSL color Cylindrical-coordinate representation of color #444B2D: hue angle of 74º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444B2D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB687545-
CMYK0.0900.400.71
HSL74º25%23.53%-
HSV(B)74º40%29.41%-
XYZ5.376.453.44-
YUV69.49114.18126.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=36.17%
G=39.89%
B=23.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875450.0900.400.71742523.53
Hex444B2D9028474a1918
Octal10411355110501071123130
Binary1000100100101110110110010101000100011110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,45); }

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

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

 a { background-color: rgb(68,75,45); }

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

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

 span { border-color: rgb(68,75,45); }

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