#44483B

Color #44483B Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #44483B

Tints of Tuatara #44483B

Color information

#44483B (or 0x44483B) is unknown color: approx Tuatara. HEX triplet: 44, 48 and 3B. RGB value is (68,72,59). Sum of RGB (Red+Green+Blue) = 68+72+59=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 72 - color contains mainly: green. Hex color #44483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44483B is #BBB7C4. Grayscale: #454545. Windows color (decimal): -12302277 or 3885124. OLE color: 3885124.

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

Color convert

RGB687259-
CMYK0.0600.180.72
HSL78.46º9.92%25.69%-
HSV(B)78.46º18.06%28.24%-
XYZ5.496.185.04-
YUV69.32122.17127.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=34.17%
G=36.18%
B=29.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872590.0600.180.7278.469.9225.69
Hex44483B6012484ea1a
Octal1041107360221101161232
Binary1000100100100011101111001001010010001001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44483B; }

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

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

<style>
 a { background-color: #44483B; }

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

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

<style>
 span { border-color: #44483B; }

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

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