#444B30

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

Shades of Bronzetone #444B30

Tints of Bronzetone #444B30

Color information

#444B30 (or 0x444B30) is unknown color: approx Bronzetone. HEX triplet: 44, 4B and 30. RGB value is (68,75,48). Sum of RGB (Red+Green+Blue) = 68+75+48=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #444B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B30 is #BBB4CF. Grayscale: #454545. Windows color (decimal): -12301520 or 3164996. OLE color: 3164996.

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

Color convert

RGB687548-
CMYK0.0900.360.71
HSL75.56º21.95%24.12%-
HSV(B)75.56º36%29.41%-
XYZ5.436.473.76-
YUV69.83115.68126.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 75 (29.69% from 255) = 39.27%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=35.60%
G=39.27%
B=25.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875480.0900.360.7175.5621.9524.12
Hex444B309024474c1618
Octal10411360110441071142630
Binary1000100100101111000010010100100100011110011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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