#44473F

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

Shades of Tuatara #44473F

Tints of Tuatara #44473F

Color information

#44473F (or 0x44473F) is unknown color: approx Tuatara. HEX triplet: 44, 47 and 3F. RGB value is (68,71,63). Sum of RGB (Red+Green+Blue) = 68+71+63=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 71 - color contains mainly: green. Hex color #44473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44473F is #BBB8C0. Grayscale: #454545. Windows color (decimal): -12302529 or 4147012. OLE color: 4147012.

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

Color convert

RGB687163-
CMYK0.0400.110.72
HSL82.5º5.97%26.27%-
HSV(B)82.5º11.27%27.84%-
XYZ5.536.095.59-
YUV69.19124.51127.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 63 (25% from 255) = 31.19%
R=33.66%
G=35.15%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871630.0400.110.7282.55.9726.27
Hex44473F40B485261a
Octal104107774013110122632
Binary10001001000111111111100010111001000101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44473F; }

 p { color: rgb(68,71,63); }

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

<style>
 a { background-color: #44473F; }

 a { background-color: rgb(68,71,63); }

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

<style>
 span { border-color: #44473F; }

 span { border-color: rgb(68,71,63); }

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